Home
last modified time | relevance | path

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

/third_party/node/deps/openssl/openssl/crypto/pem/
H 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()
/third_party/openssl/crypto/pem/
H 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 5 milliseconds