Home
last modified time | relevance | path

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

/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; \
/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);
/openssl/providers/implementations/include/prov/
H A Dciphercommon_ccm.h47 ccm128_f str;
/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()
/openssl/crypto/evp/
H A De_aria.c57 ccm128_f str;
H A De_aes.c92 ccm128_f str;
345 cctx->str = enc ? (ccm128_f) aesni_ccm64_encrypt_blocks : in aesni_ccm_init_key()
346 (ccm128_f) aesni_ccm64_decrypt_blocks; in aesni_ccm_init_key()

Completed in 29 milliseconds