Home
last modified time | relevance | path

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

/freebsd-11-stable/crypto/openssl/crypto/pem/
HDpvkfmt.c702 int enctmplen, inlen; in do_PVK_body() local
731 if (!EVP_DecryptUpdate(&cctx, q, &enctmplen, p, inlen)) in do_PVK_body()
733 if (!EVP_DecryptFinal_ex(&cctx, q + enctmplen, &enctmplen)) in do_PVK_body()
742 if (!EVP_DecryptUpdate(&cctx, q, &enctmplen, p, inlen)) in do_PVK_body()
744 if (!EVP_DecryptFinal_ex(&cctx, q + enctmplen, &enctmplen)) in do_PVK_body()
847 int enctmplen, inlen; in i2b_PVK() local
865 if (!EVP_DecryptUpdate(&cctx, p, &enctmplen, p, pklen - 8)) in i2b_PVK()
867 if (!EVP_DecryptFinal_ex(&cctx, p + enctmplen, &enctmplen)) in i2b_PVK()