Home
last modified time | relevance | path

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

/freebsd-13.1/crypto/openssl/crypto/pem/
H A Dpem_lib.c483 static const char ProcType[] = "Proc-Type:"; in PEM_get_EVP_CIPHER_INFO() local
495 if (strncmp(header, ProcType, sizeof(ProcType)-1) != 0) { in PEM_get_EVP_CIPHER_INFO()
499 header += sizeof(ProcType)-1; in PEM_get_EVP_CIPHER_INFO()