Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/providers/implementations/ciphers/
H A Dcipher_aes_ccm_hw.c24 ctx->str = ctx->enc ? (ccm128_f)fn_ccm_enc : (ccm128_f)fn_ccm_dec; \
/freebsd/crypto/openssl/include/openssl/
H A Dmodes.h40 typedef void (*ccm128_f) (const unsigned char *in, unsigned char *out, typedef
154 ccm128_f stream);
157 ccm128_f stream);
/freebsd/crypto/openssl/providers/implementations/include/prov/
H A Dciphercommon_ccm.h43 ccm128_f str;
/freebsd/crypto/openssl/crypto/modes/
H A Dccm128.c312 size_t len, ccm128_f stream) in CRYPTO_ccm128_encrypt_ccm64()
376 size_t len, ccm128_f stream) in CRYPTO_ccm128_decrypt_ccm64()
/freebsd/crypto/openssl/crypto/evp/
H A De_aria.c57 ccm128_f str;
H A De_aes.c92 ccm128_f str;
325 cctx->str = enc ? (ccm128_f) aesni_ccm64_encrypt_blocks : in aesni_ccm_init_key()
326 (ccm128_f) aesni_ccm64_decrypt_blocks; in aesni_ccm_init_key()