Searched refs:ccm (Results 1 – 3 of 3) sorted by relevance
/openbsd/lib/libcrypto/evp/ |
H A D | e_aes.c | 105 CCM128_CONTEXT ccm; member 345 CRYPTO_ccm128_init(&cctx->ccm, cctx->M, cctx->L, in aesni_ccm_init_key() 2044 if (cctx->ccm.key) { in aes_ccm_ctrl() 2045 if (cctx->ccm.key != &cctx->ks) in aes_ccm_ctrl() 2047 cctx_out->ccm.key = &cctx_out->ks; in aes_ccm_ctrl() 2069 CRYPTO_ccm128_init(&cctx->ccm, cctx->M, cctx->L, in aes_ccm_init_key() 2077 CRYPTO_ccm128_init(&cctx->ccm, cctx->M, cctx->L, in aes_ccm_init_key() 2094 CCM128_CONTEXT *ccm = &cctx->ccm; in aes_ccm_cipher() local 2104 if (CRYPTO_ccm128_setiv(ccm, ctx->iv, 15 - cctx->L, in aes_ccm_cipher() 2113 CRYPTO_ccm128_aad(ccm, in, len); in aes_ccm_cipher() [all …]
|
/openbsd/lib/libcrypto/objects/ |
H A D | objects.txt | 900 aes 7 : id-aes128-CCM : aes-128-ccm 911 aes 27 : id-aes192-CCM : aes-192-ccm 922 aes 47 : id-aes256-CCM : aes-256-ccm
|
/openbsd/gnu/llvm/clang/docs/ |
H A D | StandardCPlusPlusModules.rst | 252 (or ``.ccm``, ``.cxxm``, ``.c++m``). The file name of a ``module implementation unit`` 673 (or ``.ccm``, ``.cxxm``, ``.c++m``). However, the behavior is inconsistent with other compilers.
|