Home
last modified time | relevance | path

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

/openssl-master/crypto/pem/
A Dpem_pkey.c31 int ossl_pem_check_suffix(const char *pem_str, const char *suffix);
170 } else if ((slen = ossl_pem_check_suffix(nm, "PRIVATE KEY")) > 0) { in pem_read_bio_key_legacy()
179 } else if ((slen = ossl_pem_check_suffix(nm, "PARAMETERS")) > 0) { in pem_read_bio_key_legacy()
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()
1010 int ossl_pem_check_suffix(const char *pem_str, const char *suffix) in ossl_pem_check_suffix() function

Completed in 5 milliseconds