Searched refs:max_out_len (Results 1 – 1 of 1) sorted by relevance
28 int max_out_len, mac_len = 0; in PKCS12_pbe_crypt_ex() local54 max_out_len = inlen + block_size; in PKCS12_pbe_crypt_ex()63 max_out_len += mac_len; in PKCS12_pbe_crypt_ex()78 if ((out = OPENSSL_malloc(max_out_len)) == NULL) in PKCS12_pbe_crypt_ex()
Completed in 6 milliseconds