Home
last modified time | relevance | path

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

/freebsd-10-stable/crypto/openssl/crypto/pem/
Dpvkfmt.c700 int enctmplen, inlen; in do_PVK_body() local
729 if (!EVP_DecryptUpdate(&cctx, q, &enctmplen, p, inlen)) in do_PVK_body()
731 if (!EVP_DecryptFinal_ex(&cctx, q + enctmplen, &enctmplen)) in do_PVK_body()
740 if (!EVP_DecryptUpdate(&cctx, q, &enctmplen, p, inlen)) in do_PVK_body()
742 if (!EVP_DecryptFinal_ex(&cctx, q + enctmplen, &enctmplen)) in do_PVK_body()
845 int enctmplen, inlen; in i2b_PVK() local
863 if (!EVP_DecryptUpdate(&cctx, p, &enctmplen, p, pklen - 8)) in i2b_PVK()
865 if (!EVP_DecryptFinal_ex(&cctx, p + enctmplen, &enctmplen)) in i2b_PVK()