Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/crypto/pem/
H A Dpem_pk8.c255 return PEM_ASN1_read((d2i_of_void *)d2i_X509_SIG, PEM_STRING_PKCS8, fp, in PEM_read_PKCS8()
262 return PEM_ASN1_write((i2d_of_void *)i2d_X509_SIG, PEM_STRING_PKCS8, fp, in PEM_write_PKCS8()
269 return PEM_ASN1_read_bio((d2i_of_void *)d2i_X509_SIG, PEM_STRING_PKCS8, bp, in PEM_read_bio_PKCS8()
276 return PEM_ASN1_write_bio((i2d_of_void *)i2d_X509_SIG, PEM_STRING_PKCS8, bp, in PEM_write_bio_PKCS8()
H A Dpem_pkey.c107 } else if (strcmp(nm, PEM_STRING_PKCS8) == 0) { in PEM_read_bio_PrivateKey()
H A Dpem_lib.c200 if (!strcmp(nm, PEM_STRING_PKCS8)) in check_pem()
/dragonfly/crypto/libressl/include/openssl/
H A Dpem.h129 #define PEM_STRING_PKCS8 "ENCRYPTED PRIVATE KEY" macro