Lines Matching refs:outlen
26 int outlen, i; in PKCS12_pbe_crypt_ex() local
82 outlen = i; in PKCS12_pbe_crypt_ex()
91 outlen += i; in PKCS12_pbe_crypt_ex()
96 (int)mac_len, out+outlen) < 0) { in PKCS12_pbe_crypt_ex()
100 outlen += mac_len; in PKCS12_pbe_crypt_ex()
104 *datalen = outlen; in PKCS12_pbe_crypt_ex()
136 int outlen = 0; in PKCS12_item_decrypt_d2i_ex() local
139 &out, &outlen, 0, libctx, propq)) in PKCS12_item_decrypt_d2i_ex()
144 BIO_dump(trc_out, out, outlen); in PKCS12_item_decrypt_d2i_ex()
147 ret = ASN1_item_d2i(NULL, &p, outlen, it); in PKCS12_item_decrypt_d2i_ex()
149 OPENSSL_cleanse(out, outlen); in PKCS12_item_decrypt_d2i_ex()