Lines Matching refs:enclevel
998 static int i2b_PVK(unsigned char **out, const EVP_PKEY *pk, int enclevel,
1011 if (enclevel)
1041 write_ledword(&p, enclevel ? 1 : 0);
1042 write_ledword(&p, enclevel ? PVK_SALTLEN : 0);
1044 if (enclevel) {
1053 if (enclevel != 0) {
1071 if (enclevel == 1)
1101 int i2b_PVK_bio_ex(BIO *out, const EVP_PKEY *pk, int enclevel,
1108 outlen = i2b_PVK(&tmp, pk, enclevel, cb, u, libctx, propq);
1120 int i2b_PVK_bio(BIO *out, const EVP_PKEY *pk, int enclevel,
1123 return i2b_PVK_bio_ex(out, pk, enclevel, cb, u, NULL, NULL);