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

/freebsd-13-stable/crypto/openssl/crypto/pem/
H A Dpem_pkey.c23 int pem_check_suffix(const char *pem_str, const char *suffix);
110 char pem_str[80]; local
117 BIO_snprintf(pem_str, 80, "%s PRIVATE KEY", x->ameth->pem_str);
119 pem_str, bp, x, enc, kstr, klen, cb, u);
162 char pem_str[80]; local
166 BIO_snprintf(pem_str, 80, "%s PARAMETERS", x->ameth->pem_str);
168 pem_str, bp, x, NULL, NULL, 0, 0, NULL);
H A Dpem_lib.c29 int pem_check_suffix(const char *pem_str, const char *suffix);
983 * Check pem string and return prefix length. If for example the pem_str ==
988 int pem_check_suffix(const char *pem_str, const char *suffix) argument
990 int pem_len = strlen(pem_str);
995 p = pem_str + pem_len - suffix_len;
1001 return p - pem_str;
/freebsd-13-stable/crypto/openssl/crypto/engine/
H A Dtb_asnmth.c151 && ((int)strlen(ameth->pem_str) == len)
152 && strncasecmp(ameth->pem_str, str, len) == 0)
176 && ((int)strlen(ameth->pem_str) == lk->len)
177 && strncasecmp(ameth->pem_str, lk->str, lk->len) == 0) {
/freebsd-13-stable/crypto/openssl/crypto/asn1/
H A Dameth_lib.c132 if ((int)strlen(ameth->pem_str) == len
133 && strncasecmp(ameth->pem_str, str, len) == 0)
146 * pem_str == NULL AND ASN1_PKEY_ALIAS is set
147 * pem_str != NULL AND ASN1_PKEY_ALIAS is clear
151 if (!((ameth->pem_str == NULL
153 || (ameth->pem_str != NULL
208 *ppem_str = ameth->pem_str;
218 const char *pem_str, const char *info)
235 if (pem_str) {
236 ameth->pem_str
217 EVP_PKEY_asn1_new(int id, int flags, const char *pem_str, const char *info) argument
[all...]
/freebsd-13-stable/crypto/openssl/apps/
H A Dopenssl.c602 const char *pinfo, *pem_str; local
605 &pinfo, &pem_str, ameth);
616 if (pem_str == NULL)
617 pem_str = "(none)";
618 BIO_printf(bio_out, "\tPEM string: %s\n", pem_str);
/freebsd-13-stable/crypto/openssl/include/crypto/
H A Dasn1.h18 char *pem_str; member in struct:evp_pkey_asn1_method_st
/freebsd-13-stable/crypto/openssl/crypto/store/
H A Dloader_file.c398 int pem_check_suffix(const char *pem_str, const char *suffix);
/freebsd-13-stable/crypto/openssl/include/openssl/
H A Devp.h1161 const char *pem_str,

Completed in 85 milliseconds