Home
last modified time | relevance | path

Searched refs:pem_str (Results 1 - 17 of 17) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/asn1/
H A Dameth_lib.c135 if ((int)strlen(ameth->pem_str) == len in EVP_PKEY_asn1_find_str()
136 && OPENSSL_strncasecmp(ameth->pem_str, str, len) == 0) in EVP_PKEY_asn1_find_str()
149 * pem_str == NULL AND ASN1_PKEY_ALIAS is set in EVP_PKEY_asn1_add0()
150 * pem_str != NULL AND ASN1_PKEY_ALIAS is clear in EVP_PKEY_asn1_add0()
154 if (!((ameth->pem_str == NULL in EVP_PKEY_asn1_add0()
156 || (ameth->pem_str != NULL in EVP_PKEY_asn1_add0()
211 *ppem_str = ameth->pem_str; in EVP_PKEY_asn1_get0_info()
221 const char *pem_str, const char *info) in EVP_PKEY_asn1_new()
240 if (pem_str) { in EVP_PKEY_asn1_new()
241 ameth->pem_str in EVP_PKEY_asn1_new()
220 EVP_PKEY_asn1_new(int id, int flags, const char *pem_str, const char *info) EVP_PKEY_asn1_new() argument
260 char *pem_str = dst->pem_str; EVP_PKEY_asn1_copy() local
[all...]
/third_party/openssl/crypto/asn1/
H A Dameth_lib.c135 if ((int)strlen(ameth->pem_str) == len in EVP_PKEY_asn1_find_str()
136 && OPENSSL_strncasecmp(ameth->pem_str, str, len) == 0) in EVP_PKEY_asn1_find_str()
149 * pem_str == NULL AND ASN1_PKEY_ALIAS is set in EVP_PKEY_asn1_add0()
150 * pem_str != NULL AND ASN1_PKEY_ALIAS is clear in EVP_PKEY_asn1_add0()
154 if (!((ameth->pem_str == NULL in EVP_PKEY_asn1_add0()
156 || (ameth->pem_str != NULL in EVP_PKEY_asn1_add0()
211 *ppem_str = ameth->pem_str; in EVP_PKEY_asn1_get0_info()
221 const char *pem_str, const char *info) in EVP_PKEY_asn1_new()
240 if (pem_str) { in EVP_PKEY_asn1_new()
241 ameth->pem_str in EVP_PKEY_asn1_new()
220 EVP_PKEY_asn1_new(int id, int flags, const char *pem_str, const char *info) EVP_PKEY_asn1_new() argument
260 char *pem_str = dst->pem_str; EVP_PKEY_asn1_copy() local
[all...]
/third_party/node/deps/openssl/openssl/crypto/pem/
H A Dpem_pkey.c31 int ossl_pem_check_suffix(const char *pem_str, const char *suffix);
344 char pem_str[80]; in PEM_write_bio_PrivateKey_traditional() local
361 BIO_snprintf(pem_str, 80, "%s PRIVATE KEY", x->ameth->pem_str); in PEM_write_bio_PrivateKey_traditional()
363 pem_str, bp, x, enc, kstr, klen, cb, u); in PEM_write_bio_PrivateKey_traditional()
392 char pem_str[80]; in PEM_write_fnsig() local
401 BIO_snprintf(pem_str, 80, "%s PARAMETERS", x->ameth->pem_str); in PEM_write_fnsig()
403 pem_str, out, x, NULL, NULL, 0, 0, NULL); in PEM_write_fnsig()
H A Dpem_lib.c32 int ossl_pem_check_suffix(const char *pem_str, const char *suffix);
1010 * Check pem string and return prefix length. If for example the pem_str ==
1015 int ossl_pem_check_suffix(const char *pem_str, const char *suffix) in ossl_pem_check_suffix() argument
1017 int pem_len = strlen(pem_str); in ossl_pem_check_suffix()
1022 p = pem_str + pem_len - suffix_len; in ossl_pem_check_suffix()
1028 return p - pem_str; in ossl_pem_check_suffix()
/third_party/openssl/crypto/pem/
H A Dpem_pkey.c31 int ossl_pem_check_suffix(const char *pem_str, const char *suffix);
344 char pem_str[80]; in PEM_write_bio_PrivateKey_traditional() local
361 BIO_snprintf(pem_str, 80, "%s PRIVATE KEY", x->ameth->pem_str); in PEM_write_bio_PrivateKey_traditional()
363 pem_str, bp, x, enc, kstr, klen, cb, u); in PEM_write_bio_PrivateKey_traditional()
383 char pem_str[80]; in PEM_write_fnsig() local
392 BIO_snprintf(pem_str, 80, "%s PARAMETERS", x->ameth->pem_str); in PEM_write_fnsig()
394 pem_str, out, x, NULL, NULL, 0, 0, NULL); in PEM_write_fnsig()
H A Dpem_lib.c32 int ossl_pem_check_suffix(const char *pem_str, const char *suffix);
1010 * Check pem string and return prefix length. If for example the pem_str ==
1015 int ossl_pem_check_suffix(const char *pem_str, const char *suffix) in ossl_pem_check_suffix() argument
1017 int pem_len = strlen(pem_str); in ossl_pem_check_suffix()
1022 p = pem_str + pem_len - suffix_len; in ossl_pem_check_suffix()
1028 return p - pem_str; in ossl_pem_check_suffix()
/third_party/node/deps/openssl/openssl/crypto/engine/
H A Dtb_asnmth.c154 && ((int)strlen(ameth->pem_str) == len) in ENGINE_get_pkey_asn1_meth_str()
155 && OPENSSL_strncasecmp(ameth->pem_str, str, len) == 0) in ENGINE_get_pkey_asn1_meth_str()
179 && ((int)strlen(ameth->pem_str) == lk->len) in look_str_cb()
180 && OPENSSL_strncasecmp(ameth->pem_str, lk->str, lk->len) == 0) { in look_str_cb()
/third_party/openssl/crypto/engine/
H A Dtb_asnmth.c154 && ((int)strlen(ameth->pem_str) == len) in ENGINE_get_pkey_asn1_meth_str()
155 && OPENSSL_strncasecmp(ameth->pem_str, str, len) == 0) in ENGINE_get_pkey_asn1_meth_str()
179 && ((int)strlen(ameth->pem_str) == lk->len) in look_str_cb()
180 && OPENSSL_strncasecmp(ameth->pem_str, lk->str, lk->len) == 0) { in look_str_cb()
/third_party/openssl/test/
H A Dasn1_internal_test.c89 * pem_str == NULL AND ASN1_PKEY_ALIAS is set in test_standard_methods()
90 * pem_str != NULL AND ASN1_PKEY_ALIAS is clear in test_standard_methods()
94 if (!TEST_true(((*tmp)->pem_str == NULL && ((*tmp)->pkey_flags & ASN1_PKEY_ALIAS) != 0) in test_standard_methods()
95 || ((*tmp)->pem_str != NULL && ((*tmp)->pkey_flags & ASN1_PKEY_ALIAS) == 0))) { in test_standard_methods()
/third_party/openssl/ohos_lite/include/crypto/
H A Dasn1.h18 char *pem_str; member
/third_party/node/deps/openssl/openssl/apps/
H A Dlist.c1096 const char *pinfo, *pem_str; in list_pkey() local
1099 &pinfo, &pem_str, ameth); in list_pkey()
1110 if (pem_str == NULL) in list_pkey()
1111 pem_str = "(none)"; in list_pkey()
1112 BIO_printf(bio_out, "\tPEM string: %s\n", pem_str); in list_pkey()
/third_party/openssl/apps/
H A Dlist.c1096 const char *pinfo, *pem_str; in list_pkey() local
1099 &pinfo, &pem_str, ameth); in list_pkey()
1110 if (pem_str == NULL) in list_pkey()
1111 pem_str = "(none)"; in list_pkey()
1112 BIO_printf(bio_out, "\tPEM string: %s\n", pem_str); in list_pkey()
/third_party/node/deps/openssl/openssl/include/crypto/
H A Dasn1.h27 char *pem_str; member
/third_party/openssl/include/crypto/
H A Dasn1.h27 char *pem_str; member
/third_party/openssl/ohos_lite/include/openssl/
H A Devp.h1159 const char *pem_str,
/third_party/node/deps/openssl/openssl/include/openssl/
H A Devp.h1575 const char *pem_str,
/third_party/openssl/include/openssl/
H A Devp.h1573 const char *pem_str,

Completed in 21 milliseconds