Home
last modified time | relevance | path

Searched refs:ossl_pem_check_suffix (Results 1 – 2 of 2) sorted by relevance

/freebsd/crypto/openssl/crypto/pem/
H A Dpem_pkey.c31 int ossl_pem_check_suffix(const char *pem_str, const char *suffix);
174 } else if ((slen = ossl_pem_check_suffix(nm, "PRIVATE KEY")) > 0) { in pem_read_bio_key_legacy()
186 && (slen = ossl_pem_check_suffix(nm, "PARAMETERS")) > 0) { in pem_read_bio_key_legacy()
H A Dpem_lib.c32 int ossl_pem_check_suffix(const char *pem_str, const char *suffix);
141 slen = ossl_pem_check_suffix(nm, "PRIVATE KEY"); in check_pem()
157 slen = ossl_pem_check_suffix(nm, "PARAMETERS"); in check_pem()
1015 int ossl_pem_check_suffix(const char *pem_str, const char *suffix) in ossl_pem_check_suffix() function