Home
last modified time | relevance | path

Searched refs:pem_str (Results 1 – 20 of 20) sorted by relevance

/third_party/openssl/crypto/asn1/
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()
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() argument
240 if (pem_str) { in EVP_PKEY_asn1_new()
241 ameth->pem_str = OPENSSL_strdup(pem_str); in EVP_PKEY_asn1_new()
242 if (ameth->pem_str == NULL) in EVP_PKEY_asn1_new()
260 char *pem_str = dst->pem_str; in EVP_PKEY_asn1_copy() local
[all …]
/third_party/node/deps/openssl/openssl/crypto/asn1/
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()
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() argument
240 if (pem_str) { in EVP_PKEY_asn1_new()
241 ameth->pem_str = OPENSSL_strdup(pem_str); in EVP_PKEY_asn1_new()
242 if (ameth->pem_str == NULL) in EVP_PKEY_asn1_new()
260 char *pem_str = dst->pem_str; in EVP_PKEY_asn1_copy() local
[all …]
/third_party/node/deps/openssl/openssl/crypto/pem/
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()
Dpem_lib.c32 int ossl_pem_check_suffix(const char *pem_str, const char *suffix);
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/
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()
Dpem_lib.c32 int ossl_pem_check_suffix(const char *pem_str, const char *suffix);
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/engine/
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/node/deps/openssl/openssl/crypto/engine/
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/
Dasn1_internal_test.c94 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/
Dasn1.h18 char *pem_str; member
/third_party/node/deps/openssl/openssl/apps/
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/
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/
Dasn1.h27 char *pem_str; member
/third_party/openssl/include/crypto/
Dasn1.h27 char *pem_str; member
/third_party/openssl/doc/man3/
DEVP_PKEY_ASN1_METHOD.pod36 const char *pem_str,
376 object, and associates the given B<id>, B<flags>, B<pem_str> and
378 B<id> is a NID, B<pem_str> is the PEM type string, B<info> is a
/third_party/openssl/ohos_lite/include/openssl/
Devp.h1159 const char *pem_str,
/third_party/openssl/include/openssl/
Devp.h1573 const char *pem_str,
/third_party/node/deps/openssl/openssl/include/openssl/
Devp.h1573 const char *pem_str,
/third_party/node/deps/openssl/openssl/
DCHANGES.md2788 * Make EVP_PKEY_asn1_new() a bit stricter about its input. A NULL pem_str
2790 pem_str is reserved for alias entries only.
3477 * Make EVP_PKEY_asn1_new() a bit stricter about its input. A NULL pem_str
3479 pem_str is reserved for alias entries only.
5262 * Make EVP_PKEY_asn1_new() a bit stricter about its input. A NULL pem_str
5264 pem_str is reserved for alias entries only.
/third_party/openssl/
DCHANGES.md2726 * Make EVP_PKEY_asn1_new() a bit stricter about its input. A NULL pem_str
2728 pem_str is reserved for alias entries only.
3415 * Make EVP_PKEY_asn1_new() a bit stricter about its input. A NULL pem_str
3417 pem_str is reserved for alias entries only.
5200 * Make EVP_PKEY_asn1_new() a bit stricter about its input. A NULL pem_str
5202 pem_str is reserved for alias entries only.