Searched refs:pem_str (Results 1 – 10 of 10) sorted by relevance
| /freebsd-13-stable/crypto/openssl/crypto/pem/ |
| HD | pem_pkey.c | 23 int pem_check_suffix(const char *pem_str, const char *suffix); 110 char pem_str[80]; in PEM_write_bio_PrivateKey_traditional() local 117 BIO_snprintf(pem_str, 80, "%s PRIVATE KEY", x->ameth->pem_str); in PEM_write_bio_PrivateKey_traditional() 119 pem_str, bp, x, enc, kstr, klen, cb, u); in PEM_write_bio_PrivateKey_traditional() 162 char pem_str[80]; in PEM_write_bio_Parameters() local 166 BIO_snprintf(pem_str, 80, "%s PARAMETERS", x->ameth->pem_str); in PEM_write_bio_Parameters() 168 pem_str, bp, x, NULL, NULL, 0, 0, NULL); in PEM_write_bio_Parameters()
|
| HD | pem_lib.c | 29 int pem_check_suffix(const char *pem_str, const char *suffix); 993 int pem_check_suffix(const char *pem_str, const char *suffix) in pem_check_suffix() argument 995 int pem_len = strlen(pem_str); in pem_check_suffix() 1000 p = pem_str + pem_len - suffix_len; in pem_check_suffix() 1006 return p - pem_str; in pem_check_suffix()
|
| /freebsd-13-stable/crypto/openssl/crypto/asn1/ |
| HD | ameth_lib.c | 132 if ((int)strlen(ameth->pem_str) == len in EVP_PKEY_asn1_find_str() 133 && strncasecmp(ameth->pem_str, str, len) == 0) in EVP_PKEY_asn1_find_str() 151 if (!((ameth->pem_str == NULL in EVP_PKEY_asn1_add0() 153 || (ameth->pem_str != NULL in EVP_PKEY_asn1_add0() 208 *ppem_str = ameth->pem_str; in EVP_PKEY_asn1_get0_info() 218 const char *pem_str, const char *info) in EVP_PKEY_asn1_new() argument 235 if (pem_str) { in EVP_PKEY_asn1_new() 236 ameth->pem_str = OPENSSL_strdup(pem_str); in EVP_PKEY_asn1_new() 237 if (!ameth->pem_str) in EVP_PKEY_asn1_new() 299 OPENSSL_free(ameth->pem_str); in EVP_PKEY_asn1_free()
|
| /freebsd-13-stable/crypto/openssl/crypto/engine/ |
| HD | tb_asnmth.c | 151 && ((int)strlen(ameth->pem_str) == len) in ENGINE_get_pkey_asn1_meth_str() 152 && strncasecmp(ameth->pem_str, str, len) == 0) in ENGINE_get_pkey_asn1_meth_str() 176 && ((int)strlen(ameth->pem_str) == lk->len) in look_str_cb() 177 && strncasecmp(ameth->pem_str, lk->str, lk->len) == 0) { in look_str_cb()
|
| /freebsd-13-stable/crypto/openssl/apps/ |
| HD | openssl.c | 600 const char *pinfo, *pem_str; in list_pkey() local 603 &pinfo, &pem_str, ameth); in list_pkey() 614 if (pem_str == NULL) in list_pkey() 615 pem_str = "(none)"; in list_pkey() 616 BIO_printf(bio_out, "\tPEM string: %s\n", pem_str); in list_pkey()
|
| /freebsd-13-stable/crypto/openssl/include/crypto/ |
| HD | asn1.h | 18 char *pem_str; member
|
| /freebsd-13-stable/crypto/openssl/doc/man3/ |
| HD | EVP_PKEY_ASN1_METHOD.pod | 36 const char *pem_str, 366 object, and associates the given B<id>, B<flags>, B<pem_str> and 368 B<id> is a NID, B<pem_str> is the PEM type string, B<info> is a
|
| /freebsd-13-stable/crypto/openssl/crypto/store/ |
| HD | loader_file.c | 399 int pem_check_suffix(const char *pem_str, const char *suffix);
|
| /freebsd-13-stable/crypto/openssl/include/openssl/ |
| HD | evp.h | 1161 const char *pem_str,
|
| /freebsd-13-stable/crypto/openssl/ |
| HD | CHANGES | 944 *) Make EVP_PKEY_asn1_new() a bit stricter about its input. A NULL pem_str 946 pem_str is reserved for alias entries only. 1410 *) Make EVP_PKEY_asn1_new() a bit stricter about its input. A NULL pem_str 1412 pem_str is reserved for alias entries only.
|