| /src/crypto/external/apache2/openssl/dist/crypto/pem/ |
| pem_info.c | 66 d2i_of_void *d2i = 0; local 105 d2i = (D2I_OF(void))d2i_X509_AUX; 107 d2i = (D2I_OF(void))d2i_X509; 113 d2i = (D2I_OF(void))d2i_X509_CRL; 140 d2i = (D2I_OF(void))d2i_AutoPrivateKey; 149 d2i = NULL; 153 if (d2i != NULL) { 169 } else if (d2i(pp, &p, len) == NULL) {
|
| /src/crypto/external/apache2/openssl/dist/test/ |
| x509aux.c | 38 d2i_X509_t d2i = trusted ? d2i_X509_AUX : d2i_X509; local 54 cert = d2i(NULL, &p, len); 94 reuse = d2i(NULL, &p, enclen); 96 TEST_error("second d2i call failed for %s", name);
|
| asn1_encode_test.c | 169 /* The d2i function to use with this type */ 170 d2i_fn *d2i; member in struct:__anon650 499 enctst = package->d2i(NULL, &bytes, nbytes);
|
| /src/crypto/external/bsd/openssl/dist/crypto/pem/ |
| pem_info.c | 66 d2i_of_void *d2i = 0; local 105 d2i = (D2I_OF(void)) d2i_X509_AUX; 107 d2i = (D2I_OF(void)) d2i_X509; 113 d2i = (D2I_OF(void)) d2i_X509_CRL; 140 d2i = (D2I_OF(void)) d2i_AutoPrivateKey; 149 d2i = NULL; 153 if (d2i != NULL) { 168 } else if (d2i(pp, &p, len) == NULL) {
|
| /src/crypto/external/bsd/openssl/dist/test/ |
| x509aux.c | 39 d2i_X509_t d2i = trusted ? d2i_X509_AUX : d2i_X509; local 55 cert = d2i(NULL, &p, len); 95 reuse = d2i(NULL, &p, enclen); 97 TEST_error("second d2i call failed for %s", name);
|
| asn1_encode_test.c | 166 /* The d2i function to use with this type */ 167 d2i_fn *d2i; member in struct:__anon1686 493 enctst = package->d2i(NULL, &bytes, nbytes);
|
| /src/crypto/external/bsd/openssl.old/dist/crypto/pem/ |
| pem_info.c | 50 d2i_of_void *d2i = 0; local 77 d2i = (D2I_OF(void)) d2i_X509; 87 d2i = (D2I_OF(void)) d2i_X509_AUX; 97 d2i = (D2I_OF(void)) d2i_X509_CRL; 109 d2i = (D2I_OF(void)) d2i_RSAPrivateKey; 132 d2i = (D2I_OF(void)) d2i_DSAPrivateKey; 155 d2i = (D2I_OF(void)) d2i_ECPrivateKey; 177 d2i = NULL; 181 if (d2i != NULL) { 195 } else if (d2i(pp, &p, len) == NULL) [all...] |
| /src/crypto/external/bsd/openssl.old/dist/test/ |
| x509aux.c | 39 d2i_X509_t d2i = trusted ? d2i_X509_AUX : d2i_X509; local 55 cert = d2i(NULL, &p, len); 95 reuse = d2i(NULL, &p, enclen); 97 TEST_error("second d2i call failed for %s", name);
|
| asn1_encode_test.c | 166 /* The d2i function to use with this type */ 167 d2i_fn *d2i; member in struct:__anon2220 493 enctst = package->d2i(NULL, &bytes, nbytes);
|
| /src/crypto/external/bsd/openssl.old/dist/include/openssl/ |
| x509v3.h | 57 X509V3_EXT_D2I d2i; member in struct:v3_ext_method
|