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

/freebsd-11-stable/crypto/openssl/crypto/pem/
H A Dpem_pkey.c76 int pem_check_suffix(const char *pem_str, const char *suffix);
154 char pem_str[80]; local
159 BIO_snprintf(pem_str, 80, "%s PRIVATE KEY", x->ameth->pem_str);
161 pem_str, bp, x, enc, kstr, klen, cb, u);
205 char pem_str[80]; local
209 BIO_snprintf(pem_str, 80, "%s PARAMETERS", x->ameth->pem_str);
211 pem_str, bp, x, NULL, NULL, 0, 0, NULL);
H A Dpem_lib.c83 int pem_check_suffix(const char *pem_str, const char *suffix);
842 * Check pem string and return prefix length. If for example the pem_str ==
847 int pem_check_suffix(const char *pem_str, const char *suffix) argument
849 int pem_len = strlen(pem_str);
854 p = pem_str + pem_len - suffix_len;
860 return p - pem_str;
/freebsd-11-stable/crypto/openssl/crypto/asn1/
H A Dameth_lib.c228 if (((int)strlen(ameth->pem_str) == len) &&
229 !strncasecmp(ameth->pem_str, str, len))
240 * pem_str == NULL AND ASN1_PKEY_ALIAS is set
241 * pem_str != NULL AND ASN1_PKEY_ALIAS is clear
245 if (!((ameth->pem_str == NULL
247 || (ameth->pem_str != NULL
293 *ppem_str = ameth->pem_str;
303 const char *pem_str, const char *info)
323 if (pem_str) {
324 ameth->pem_str
302 EVP_PKEY_asn1_new(int id, int flags, const char *pem_str, const char *info) argument
[all...]
H A Dasn1_locl.h81 char *pem_str; member in struct:evp_pkey_asn1_method_st
/freebsd-11-stable/crypto/openssl/crypto/engine/
H A Dtb_asnmth.c194 if (((int)strlen(ameth->pem_str) == len) &&
195 !strncasecmp(ameth->pem_str, str, len))
218 if (ameth != NULL && ((int)strlen(ameth->pem_str) == lk->len) &&
219 !strncasecmp(ameth->pem_str, lk->str, lk->len)) {
/freebsd-11-stable/crypto/openssl/apps/
H A Dopenssl.c606 const char *pinfo, *pem_str; local
609 &pinfo, &pem_str, ameth);
620 if (pem_str == NULL)
621 pem_str = "(none)";
622 BIO_printf(out, "\tPEM string: %s\n", pem_str);
/freebsd-11-stable/crypto/openssl/crypto/evp/
H A Devp.h1078 const char *pem_str,

Completed in 404 milliseconds