| /test/ontest-stc2/src/suites/security/kmf/tests/kmf_api/ |
| kmf_add_cert_eku.c | 73 eku_data.Data = NULL; 74 if ((eku_data.Data = malloc(eku_data.Length)) == NULL) { 79 memset(eku_data.Data, 1, eku_data.Length);
|
| kmf_positive.c | 56 * 6. Encrypt some data using the certificate as the "key". 57 * 7. Decypt the data from step 6 and verify that it is OK. 58 * 8. Sign some data with a certificate. 59 * 9. Verify some data with a certificate. 60 * 10. Sign some data with a private key from step 1. 61 * 11. Verify the data using the public key from step 1. 339 if ((signer_cert.Data = malloc(signer_cert.Length)) == NULL) { 343 (void) memcpy(signer_cert.Data, retrCert.certificate.Data, 364 * however, any raw data can be used for encryption [all...] |
| kmf_decrypt.c | 40 * If cert data couldn't be parsed, kmf_decrypt() 52 * 4) Given bad cert data, then call kmf_decrypt. 57 * 7) Use the certificate generated in step 6) to encrypt data. 115 plaintext.Data = calloc(1, plaintext.Length); 116 if (plaintext.Data == NULL) { 122 ciphertext1.Data = malloc(ciphertext1.Length); 123 if (ciphertext1.Data == NULL) { 129 ciphertext2.Data = malloc(ciphertext1.Length); 130 if (ciphertext2.Data == NULL) { 217 memset(encryptcert.Data, 1, encryptcert.Length) [all...] |
| kmf_encrypt.c | 40 * If cert data couldn't be parsed, kmf_encrypt() 55 * 4) Given bad cert data, then call kmf_encrypt. 60 * 7) Use the certificate generated in step 6) to encrypt data. 171 plaintext.Data = calloc(1, plaintext.Length); 172 if (plaintext.Data == NULL) { 178 ciphertext2.Data = malloc(ciphertext2.Length); 179 if (ciphertext2.Data == NULL) { 211 memset(encryptcert.Data, 1, encryptcert.Length);
|
| kmf_create_cert_file.c | 125 certdata.Data = calloc(1, certdata.Length); 126 if (certdata.Data == NULL) {
|
| kmf_create_csr_file.c | 127 csrdata.Data = calloc(1, csrdata.Length); 128 if (csrdata.Data == NULL) {
|
| kmf_check_cert_date.c | 43 * If input cert data can't be parsed, 55 * 6) Given invalid cert data, call kmf_check_cert_date(). 138 memset(x509Cert.Data, 1, x509Cert.Length);
|
| kmf_get_cert_crl_dist_pts.c | 45 * If cert data couldn't be parsed, 59 * 6) Given bad cert data, then call 136 memset(signedCert.Data, 1, signedCert.Length);
|
| kmf_get_cert_eku.c | 43 * If cert data couldn't be parsed, kmf_get_cert_eku() 56 * 6) Given bad cert data, then call kmf_get_cert_eku. 128 memset(signedCert.Data, 1, signedCert.Length);
|
| kmf_get_cert_email_str.c | 40 * Given cert data couldn't be encoded, kmf_get_cert_email_str() 49 * 4) Given cert data couldn't be encoded, 120 memset(signedCert.Data, 1, signedCert.Length);
|
| kmf_get_cert_end_date_str.c | 40 * Given cert data couldn't be encoded, kmf_get_cert_end_date_str() 49 * 4) Given cert data couldn't be encoded, 120 memset(signedCert.Data, 1, signedCert.Length);
|
| kmf_get_cert_extn.c | 43 * If cert data couldn't be parsed, kmf_get_cert_extn() 56 * 6) Given bad cert data, then call kmf_get_cert_extn. 134 memset(signedCert.Data, 1, signedCert.Length);
|
| kmf_get_cert_extn_str.c | 40 * Given cert data couldn't be encoded, kmf_get_cert_extn_str() 49 * 4) Given cert data couldn't be encoded, 128 memset(signedCert.Data, 1, signedCert.Length);
|
| kmf_get_cert_id_data.c | 40 * If cert data couldn't be parsed, kmf_get_cert_id_data() 49 * 4) Given bad cert data, then call kmf_get_cert_id_data. 118 memset(signedCert.Data, 1, signedCert.Length);
|
| kmf_get_cert_id_str.c | 40 * If cert data couldn't be parsed, kmf_get_cert_id_str() 49 * 4) Given bad cert data, then call kmf_get_cert_id_str. 119 memset(signedCert.Data, 1, signedCert.Length);
|
| kmf_get_cert_issuer_str.c | 40 * Given cert data couldn't be encoded, kmf_get_cert_issuer_str() 49 * 4) Given cert data couldn't be encoded, 120 memset(signedCert.Data, 1, signedCert.Length);
|
| /test/stcnv/usr/src/suites/security/kmf/tests/kmf_api/ |
| kmf_add_cert_eku.c | 73 eku_data.Data = NULL; 74 if ((eku_data.Data = malloc(eku_data.Length)) == NULL) { 79 memset(eku_data.Data, 1, eku_data.Length);
|
| kmf_positive.c | 56 * 6. Encrypt some data using the certificate as the "key". 57 * 7. Decypt the data from step 6 and verify that it is OK. 58 * 8. Sign some data with a certificate. 59 * 9. Verify some data with a certificate. 60 * 10. Sign some data with a private key from step 1. 61 * 11. Verify the data using the public key from step 1. 339 if ((signer_cert.Data = malloc(signer_cert.Length)) == NULL) { 343 (void) memcpy(signer_cert.Data, retrCert.certificate.Data, 364 * however, any raw data can be used for encryption [all...] |
| kmf_decrypt.c | 40 * If cert data couldn't be parsed, kmf_decrypt() 52 * 4) Given bad cert data, then call kmf_decrypt. 57 * 7) Use the certificate generated in step 6) to encrypt data. 115 plaintext.Data = calloc(1, plaintext.Length); 116 if (plaintext.Data == NULL) { 122 ciphertext1.Data = malloc(ciphertext1.Length); 123 if (ciphertext1.Data == NULL) { 129 ciphertext2.Data = malloc(ciphertext1.Length); 130 if (ciphertext2.Data == NULL) { 217 memset(encryptcert.Data, 1, encryptcert.Length) [all...] |
| kmf_encrypt.c | 40 * If cert data couldn't be parsed, kmf_encrypt() 55 * 4) Given bad cert data, then call kmf_encrypt. 60 * 7) Use the certificate generated in step 6) to encrypt data. 171 plaintext.Data = calloc(1, plaintext.Length); 172 if (plaintext.Data == NULL) { 178 ciphertext2.Data = malloc(ciphertext2.Length); 179 if (ciphertext2.Data == NULL) { 211 memset(encryptcert.Data, 1, encryptcert.Length);
|
| kmf_create_cert_file.c | 125 certdata.Data = calloc(1, certdata.Length); 126 if (certdata.Data == NULL) {
|
| kmf_create_csr_file.c | 127 csrdata.Data = calloc(1, csrdata.Length); 128 if (csrdata.Data == NULL) {
|
| /test/ohacts/src/tset/geo/doc/ |
| README | 109 data volume size (in mb) for the sndr sets to be created by testsuite. 125 Data Replication type, it can be 'avs', 'truecopy', or 'NULL'. 129 Data Replication Device Group name to be used in a PG, ex. 'avs-dg'. 137 To let test suite setup a default Data Replication DG and HA NFS Application 142 To let test suite cleanup the Data Replication DG and HA NFS Application
|
| /test/ontest-stc2/src/tools/runwattr/bin/ |
| runwattr.pl | 35 use Data::Dumper; 173 print Data::Dumper->Dump( 254 print Data::Dumper->Dump( 292 print Data::Dumper->Dump(
|
| /test/stcnv/usr/src/tools/runwattr/bin/ |
| runwattr.pl | 35 use Data::Dumper; 173 print Data::Dumper->Dump( 254 print Data::Dumper->Dump( 292 print Data::Dumper->Dump(
|