Searched refs:enctmplen (Results 1 – 1 of 1) sorted by relevance
/openbsd/lib/libcrypto/pem/ |
H A D | pvkfmt.c | 744 int enctmplen, inlen; in do_PVK_body() local 775 if (!EVP_DecryptUpdate(cctx, q, &enctmplen, p, inlen)) in do_PVK_body() 777 if (!EVP_DecryptFinal_ex(cctx, q + enctmplen, &enctmplen)) in do_PVK_body() 787 if (!EVP_DecryptUpdate(cctx, q, &enctmplen, p, inlen)) in do_PVK_body() 789 if (!EVP_DecryptFinal_ex(cctx, q + enctmplen, in do_PVK_body() 790 &enctmplen)) in do_PVK_body() 890 int enctmplen, inlen; in i2b_PVK() local 908 if (!EVP_EncryptUpdate(cctx, p, &enctmplen, p, pklen - 8)) in i2b_PVK() 910 if (!EVP_EncryptFinal_ex(cctx, p + enctmplen, &enctmplen)) in i2b_PVK()
|