Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/crypto/pem/
H A Dpvkfmt.c842 i2b_PVK(unsigned char **out, EVP_PKEY*pk, int enclevel, pem_password_cb *cb, in i2b_PVK() argument
853 if (enclevel != 0) in i2b_PVK()
871 write_ledword(&p, enclevel ? 1 : 0); in i2b_PVK()
872 write_ledword(&p, enclevel ? PVK_SALTLEN : 0); in i2b_PVK()
874 if (enclevel != 0) { in i2b_PVK()
880 if (enclevel != 0) { in i2b_PVK()
895 if (enclevel == 1) in i2b_PVK()
917 i2b_PVK_bio(BIO *out, EVP_PKEY *pk, int enclevel, pem_password_cb *cb, void *u) in i2b_PVK_bio() argument
922 outlen = i2b_PVK(&tmp, pk, enclevel, cb, u); in i2b_PVK_bio()
/dragonfly/crypto/libressl/include/openssl/
H A Dpem.h514 int i2b_PVK_bio(BIO *out, EVP_PKEY *pk, int enclevel, pem_password_cb *cb,