Searched refs:enctmplen (Results 1 – 1 of 1) sorted by relevance
/freebsd/crypto/openssl/crypto/pem/ |
H A D | pvkfmt.c | 844 int enctmplen, inlen; in do_PVK_body_key() local 877 if (!EVP_DecryptUpdate(cctx, q, &enctmplen, p, inlen)) in do_PVK_body_key() 879 if (!EVP_DecryptFinal_ex(cctx, q + enctmplen, &enctmplen)) in do_PVK_body_key() 887 if (!EVP_DecryptUpdate(cctx, q, &enctmplen, p, inlen)) in do_PVK_body_key() 889 if (!EVP_DecryptFinal_ex(cctx, q + enctmplen, &enctmplen)) in do_PVK_body_key() 1057 int enctmplen, inlen; in i2b_PVK() local 1077 if (!EVP_EncryptUpdate(cctx, p, &enctmplen, p, pklen - 8)) in i2b_PVK() 1079 if (!EVP_EncryptFinal_ex(cctx, p + enctmplen, &enctmplen)) in i2b_PVK()
|