Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/doc/man3/
H A Db2i_PVK_bio_ex.pod15 int i2b_PVK_bio(BIO *out, const EVP_PKEY *pk, int enclevel,
17 int i2b_PVK_bio_ex(BIO *out, const EVP_PKEY *pk, int enclevel,
32 i2b_PVK_bio_ex() encodes I<pk> using MSBLOB format. If I<enclevel> is 1 then
34 If I<enclevel> is 0 then no encryption is applied. The user data in I<u> is
/freebsd/crypto/openssl/crypto/pem/
H A Dpvkfmt.c1028 static int i2b_PVK(unsigned char **out, const EVP_PKEY *pk, int enclevel, in i2b_PVK() argument
1041 if (enclevel) in i2b_PVK()
1069 write_ledword(&p, enclevel ? 1 : 0); in i2b_PVK()
1070 write_ledword(&p, enclevel ? PVK_SALTLEN : 0); in i2b_PVK()
1072 if (enclevel) { in i2b_PVK()
1081 if (enclevel != 0) { in i2b_PVK()
1099 if (enclevel == 1) in i2b_PVK()
1129 int i2b_PVK_bio_ex(BIO *out, const EVP_PKEY *pk, int enclevel, in i2b_PVK_bio_ex() argument
1136 outlen = i2b_PVK(&tmp, pk, enclevel, cb, u, libctx, propq); in i2b_PVK_bio_ex()
1148 int i2b_PVK_bio(BIO *out, const EVP_PKEY *pk, int enclevel, in i2b_PVK_bio() argument
[all …]
/freebsd/crypto/openssl/include/openssl/
H A Dpem.h539 int i2b_PVK_bio(BIO *out, const EVP_PKEY *pk, int enclevel,
541 int i2b_PVK_bio_ex(BIO *out, const EVP_PKEY *pk, int enclevel,