Searched refs:enclevel (Results 1 – 3 of 3) sorted by relevance
/freebsd/crypto/openssl/doc/man3/ |
H A D | b2i_PVK_bio_ex.pod | 15 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 D | pvkfmt.c | 998 static int i2b_PVK(unsigned char **out, const EVP_PKEY *pk, int enclevel, in i2b_PVK() argument 1011 if (enclevel) in i2b_PVK() 1041 write_ledword(&p, enclevel ? 1 : 0); in i2b_PVK() 1042 write_ledword(&p, enclevel ? PVK_SALTLEN : 0); in i2b_PVK() 1044 if (enclevel) { in i2b_PVK() 1053 if (enclevel != 0) { in i2b_PVK() 1071 if (enclevel == 1) in i2b_PVK() 1101 int i2b_PVK_bio_ex(BIO *out, const EVP_PKEY *pk, int enclevel, in i2b_PVK_bio_ex() argument 1108 outlen = i2b_PVK(&tmp, pk, enclevel, cb, u, libctx, propq); in i2b_PVK_bio_ex() 1120 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 D | pem.h | 529 int i2b_PVK_bio(BIO *out, const EVP_PKEY *pk, int enclevel, 531 int i2b_PVK_bio_ex(BIO *out, const EVP_PKEY *pk, int enclevel,
|