Home
last modified time | relevance | path

Searched refs:PEM_STRING_PKCS7 (Results 1 – 3 of 3) sorted by relevance

/third_party/openssl/crypto/pem/
Dpem_all.c36 IMPLEMENT_PEM_rw(PKCS7, PKCS7, PEM_STRING_PKCS7, PKCS7) in IMPLEMENT_PEM_rw()
Dpem_lib.c198 && strcmp(name, PEM_STRING_PKCS7) == 0) in check_pem()
202 && strcmp(name, PEM_STRING_PKCS7) == 0) in check_pem()
210 if (strcmp(nm, PEM_STRING_PKCS7) == 0 in check_pem()
/third_party/openssl/include/openssl/
Dpem.h38 # define PEM_STRING_PKCS7 "PKCS7" macro