Lines Matching refs:outlen
26 int outlen, i; in PKCS12_pbe_crypt_ex() local
88 outlen = i; in PKCS12_pbe_crypt_ex()
97 outlen += i; in PKCS12_pbe_crypt_ex()
102 (int)mac_len, out+outlen) < 0) { in PKCS12_pbe_crypt_ex()
108 outlen += mac_len; in PKCS12_pbe_crypt_ex()
112 *datalen = outlen; in PKCS12_pbe_crypt_ex()
144 int outlen = 0; in PKCS12_item_decrypt_d2i_ex() local
147 &out, &outlen, 0, libctx, propq)) in PKCS12_item_decrypt_d2i_ex()
152 BIO_dump(trc_out, out, outlen); in PKCS12_item_decrypt_d2i_ex()
155 ret = ASN1_item_d2i(NULL, &p, outlen, it); in PKCS12_item_decrypt_d2i_ex()
157 OPENSSL_cleanse(out, outlen); in PKCS12_item_decrypt_d2i_ex()