Home
last modified time | relevance | path

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

/openssl-master/crypto/pkcs12/
A Dp12_decr.c28 int max_out_len, mac_len = 0; in PKCS12_pbe_crypt_ex() local
49 if (EVP_CIPHER_CTX_ctrl(ctx, EVP_CTRL_AEAD_TLS1_AAD, 0, &mac_len) < 0) { in PKCS12_pbe_crypt_ex()
55 max_out_len += mac_len; in PKCS12_pbe_crypt_ex()
57 if (inlen < mac_len) { in PKCS12_pbe_crypt_ex()
61 inlen -= mac_len; in PKCS12_pbe_crypt_ex()
63 (int)mac_len, (unsigned char *)in+inlen) < 0) { 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()
/openssl-master/test/recipes/
A D70-test_sslcbcpadding.t93 my $mac_len = 20;
96 my $plaintext_len = $block_size - ($mac_len % $block_size);
101 $data .= TLSProxy::Proxy::fill_known_data($mac_len); # MAC.

Completed in 4 milliseconds