Home
last modified time | relevance | path

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

/openbsd/lib/libcrypto/pem/
H A Dpvkfmt.c849 i2b_PVK(unsigned char **out, EVP_PKEY*pk, int enclevel, pem_password_cb *cb, in i2b_PVK() argument
860 if (enclevel != 0) in i2b_PVK()
878 write_ledword(&p, enclevel ? 1 : 0); in i2b_PVK()
879 write_ledword(&p, enclevel ? PVK_SALTLEN : 0); in i2b_PVK()
881 if (enclevel != 0) { in i2b_PVK()
887 if (enclevel != 0) { in i2b_PVK()
902 if (enclevel == 1) in i2b_PVK()
924 i2b_PVK_bio(BIO *out, EVP_PKEY *pk, int enclevel, pem_password_cb *cb, void *u) in i2b_PVK_bio() argument
929 outlen = i2b_PVK(&tmp, pk, enclevel, cb, u); in i2b_PVK_bio()
H A Dpem.h462 int i2b_PVK_bio(BIO *out, EVP_PKEY *pk, int enclevel, pem_password_cb *cb,