Home
last modified time | relevance | path

Searched refs:ossl_pem_check_suffix (Results 1 - 4 of 4) sorted by relevance

/third_party/node/deps/openssl/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
/third_party/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

Completed in 6 milliseconds