Searched refs:mac_len (Results 1 – 2 of 2) sorted by relevance
28 int max_out_len, mac_len = 0; in PKCS12_pbe_crypt_ex() local57 if (EVP_CIPHER_CTX_ctrl(ctx, EVP_CTRL_AEAD_TLS1_AAD, 0, &mac_len) < 0) { in PKCS12_pbe_crypt_ex()63 max_out_len += mac_len; in PKCS12_pbe_crypt_ex()65 if (inlen < mac_len) { in PKCS12_pbe_crypt_ex()69 inlen -= mac_len; in PKCS12_pbe_crypt_ex()71 (int)mac_len, (unsigned char *)in+inlen) < 0) { 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()
93 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 7 milliseconds