Home
last modified time | relevance | path

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

/openssl-master/crypto/pem/
A Dpem_lib.c489 static const char ProcType[] = "Proc-Type:"; in PEM_get_EVP_CIPHER_INFO() local
501 if (strncmp(header, ProcType, sizeof(ProcType)-1) != 0) { in PEM_get_EVP_CIPHER_INFO()
505 header += sizeof(ProcType)-1; in PEM_get_EVP_CIPHER_INFO()

Completed in 4 milliseconds