Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/providers/implementations/ciphers/
H A Dciphercommon_block.c144 unsigned char **mac, int *alloced, size_t macsize, in ossl_cipher_tlsunpadblock() argument
152 alloced, blocksize, macsize, in ossl_cipher_tlsunpadblock()
166 alloced, blocksize, macsize, in ossl_cipher_tlsunpadblock()
H A Dciphercommon_local.h16 unsigned char **mac, int *alloced, size_t macsize, int aead);
/freebsd/crypto/openssl/crypto/evp/
H A Dmac_lib.c147 size_t macsize; in evp_mac_final() local
158 macsize = EVP_MAC_CTX_get_mac_size(ctx); in evp_mac_final()
164 *outl = macsize; in evp_mac_final()
167 if (outsize < macsize) { in evp_mac_final()
/freebsd/crypto/openssl/ssl/record/methods/
H A Dssl3_meth.c97 size_t macsize) in ssl3_cipher() argument
170 macsize); in ssl3_cipher()
193 macsize, in ssl3_cipher()
H A Dtls1_meth.c175 size_t macsize) in tls1_cipher() argument
411 macsize); in tls1_cipher()
467 pad ? (size_t)pad : macsize, in tls1_cipher()
H A Dtlsany_meth.c39 size_t macsize) in tls_any_cipher() argument
H A Dtls13_meth.c89 size_t macsize) in tls13_cipher() argument
H A Drecmethod_local.h116 int sending, SSL_MAC_BUF *macs, size_t macsize);
H A Dktls_meth.c375 size_t macsize) in ktls_cipher() argument
H A Dtls_common.c70 size_t macsize = 0; in ossl_set_tls_provider_parameters() local
77 macsize = (size_t)imacsize; in ossl_set_tls_provider_parameters()
82 &macsize); in ossl_set_tls_provider_parameters()
/freebsd/sys/opencrypto/
H A Dxform_chacha20_poly1305.c162 .macsize = POLY1305_HASH_LEN,
219 .macsize = POLY1305_HASH_LEN,
H A Dxform_enc.h56 uint16_t macsize; /* For AEAD ciphers. */ member
H A Dxform_aes_icm.c108 .macsize = AES_GMAC_HASH_LEN,
129 .macsize = AES_CBC_MAC_HASH_LEN,
H A Dcryptodev.c391 if (txform != NULL && txform->macsize != 0) { in cse_create()
507 cse->hashsize = txform->macsize; in cse_create()
H A Dcryptosoft.c1396 swa->sw_mlen = ses->swcr_encdec.sw_exf->macsize; in swcr_setup_aead()
/freebsd/crypto/openssl/providers/implementations/signature/
H A Dmac_legacy_sig.c152 size_t macsize) in mac_digest_sign_final() argument
159 return EVP_MAC_final(pmacctx->macctx, mac, maclen, macsize); in mac_digest_sign_final()