Searched refs:enclevel (Results 1 – 2 of 2) sorted by relevance
/third_party/openssl/crypto/pem/ |
D | pvkfmt.c | 782 static int i2b_PVK(unsigned char **out, EVP_PKEY *pk, int enclevel, in i2b_PVK() argument 788 if (enclevel) in i2b_PVK() 816 write_ledword(&p, enclevel ? 1 : 0); in i2b_PVK() 817 write_ledword(&p, enclevel ? PVK_SALTLEN : 0); in i2b_PVK() 819 if (enclevel) { in i2b_PVK() 826 if (enclevel != 0) { in i2b_PVK() 841 if (enclevel == 1) in i2b_PVK() 867 int i2b_PVK_bio(BIO *out, EVP_PKEY *pk, int enclevel, in i2b_PVK_bio() argument 872 outlen = i2b_PVK(&tmp, pk, enclevel, cb, u); in i2b_PVK_bio()
|
/third_party/openssl/include/openssl/ |
D | pem.h | 370 int i2b_PVK_bio(BIO *out, EVP_PKEY *pk, int enclevel,
|