Home
last modified time | relevance | path

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

/openssl/crypto/pkcs12/
H A Dp12_decr.c28 int max_out_len, mac_len = 0; in PKCS12_pbe_crypt_ex() local
54 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 4 milliseconds