Home
last modified time | relevance | path

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

/openssl-master/crypto/pem/
A Dpvkfmt.c851 int enctmplen, inlen; in do_PVK_body_key() local
884 if (!EVP_DecryptUpdate(cctx, q, &enctmplen, p, inlen)) in do_PVK_body_key()
886 if (!EVP_DecryptFinal_ex(cctx, q + enctmplen, &enctmplen)) in do_PVK_body_key()
894 if (!EVP_DecryptUpdate(cctx, q, &enctmplen, p, inlen)) in do_PVK_body_key()
896 if (!EVP_DecryptFinal_ex(cctx, q + enctmplen, &enctmplen)) in do_PVK_body_key()
1064 int enctmplen, inlen; in i2b_PVK() local
1084 if (!EVP_EncryptUpdate(cctx, p, &enctmplen, p, pklen - 8)) in i2b_PVK()
1086 if (!EVP_EncryptFinal_ex(cctx, p + enctmplen, &enctmplen)) in i2b_PVK()

Completed in 5 milliseconds