Home
last modified time | relevance | path

Searched refs:ccm (Results 1 – 25 of 45) sorted by relevance

12

/netbsd/crypto/external/bsd/openssl.old/dist/test/recipes/30-test_evp_data/
H A Devpccmcavs.txt13 Cipher = aes-128-ccm
21 Cipher = aes-128-ccm
31 Cipher = aes-128-ccm
41 Cipher = aes-128-ccm
51 Cipher = aes-128-ccm
59 Cipher = aes-128-ccm
69 Cipher = aes-128-ccm
79 Cipher = aes-128-ccm
89 Cipher = aes-128-ccm
99 Cipher = aes-128-ccm
[all …]
/netbsd/crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/
H A Devpciph_aes_ccm_cavs.txt13 Cipher = aes-128-ccm
21 Cipher = aes-128-ccm
31 Cipher = aes-128-ccm
41 Cipher = aes-128-ccm
51 Cipher = aes-128-ccm
59 Cipher = aes-128-ccm
69 Cipher = aes-128-ccm
79 Cipher = aes-128-ccm
89 Cipher = aes-128-ccm
99 Cipher = aes-128-ccm
[all …]
/netbsd/crypto/external/bsd/openssl/dist/providers/implementations/ciphers/
H A Dcipher_aes_ccm_hw_s390x.inc27 memset(sctx->ccm.s390x.nonce.b + 1, 0, sizeof(sctx->ccm.s390x.nonce.b));
90 s390x_kmac(sctx->ccm.s390x.nonce.b, 32, sctx->ccm.s390x.fc,
97 s390x_kmac(aad, alen, sctx->ccm.s390x.fc, &sctx->ccm.s390x.kmac);
106 sctx->ccm.s390x.kmac.icv.b, sctx->ccm.s390x.fc,
129 sctx->ccm.s390x.fc, sctx->ccm.s390x.kmac.k);
172 sctx->ccm.s390x.fc, sctx->ccm.s390x.kmac.k);
192 sctx->ccm.s390x.fc, sctx->ccm.s390x.kmac.k);
199 s390x_km(sctx->ccm.s390x.nonce.b, 16, sctx->ccm.s390x.buf.b,
200 sctx->ccm.s390x.fc, sctx->ccm.s390x.kmac.k);
201 sctx->ccm.s390x.kmac.icv.g[0] ^= sctx->ccm.s390x.buf.g[0];
[all …]
H A Dcipher_aria_ccm.c39 IMPLEMENT_aead_cipher(aria, ccm, CCM, AEAD_FLAGS, 128, 8, 96);
41 IMPLEMENT_aead_cipher(aria, ccm, CCM, AEAD_FLAGS, 192, 8, 96);
43 IMPLEMENT_aead_cipher(aria, ccm, CCM, AEAD_FLAGS, 256, 8, 96);
H A Dcipher_aes_ccm.c45 IMPLEMENT_aead_cipher(aes, ccm, CCM, AEAD_FLAGS, 128, 8, 96);
47 IMPLEMENT_aead_cipher(aes, ccm, CCM, AEAD_FLAGS, 192, 8, 96);
49 IMPLEMENT_aead_cipher(aes, ccm, CCM, AEAD_FLAGS, 256, 8, 96);
H A Dcipher_aes_ccm_hw.c21 fn_set_enc_key(key, keylen * 8, &actx->ccm.ks.ks); \
22 CRYPTO_ccm128_init(&ctx->ccm_ctx, ctx->m, ctx->l, &actx->ccm.ks.ks, \
H A Dcipher_aes_ccm.h45 } ccm; member
/netbsd/crypto/external/bsd/openssl/dist/crypto/evp/
H A De_aes.c953 } ccm; member
1711 memcpy(ctx->aes.ccm.nonce.b + 1, nonce, 15 - ctx->aes.ccm.l); in s390x_aes_ccm_setiv()
1758 s390x_kmac(ctx->aes.ccm.nonce.b, 32, ctx->aes.ccm.fc, in s390x_aes_ccm_aad()
1774 ctx->aes.ccm.kmac_param.icv.b, ctx->aes.ccm.fc, in s390x_aes_ccm_aad()
1794 ctx->aes.ccm.fc, ctx->aes.ccm.kmac_param.k); in s390x_aes_ccm()
1864 s390x_km(ctx->aes.ccm.nonce.b, 16, ctx->aes.ccm.buf.b, ctx->aes.ccm.fc, in s390x_aes_ccm()
1866 ctx->aes.ccm.kmac_param.icv.g[0] ^= ctx->aes.ccm.buf.g[0]; in s390x_aes_ccm()
1867 ctx->aes.ccm.kmac_param.icv.g[1] ^= ctx->aes.ccm.buf.g[1]; in s390x_aes_ccm()
1946 cctx->aes.ccm.nonce.b[0] = ((cctx->aes.ccm.l - 1) & 0x7) in s390x_aes_ccm_init_key()
3432 CCM128_CONTEXT *ccm = &cctx->ccm; in aes_ccm_tls_cipher() local
[all …]
H A De_aria.c56 CCM128_CONTEXT ccm; member
628 if (cctx->ccm.key) { in aria_ccm_ctrl()
629 if (cctx->ccm.key != &cctx->ks) in aria_ccm_ctrl()
631 cctx_out->ccm.key = &cctx_out->ks; in aria_ccm_ctrl()
645 CCM128_CONTEXT *ccm = &cctx->ccm; in aria_ccm_tls_cipher() local
659 if (CRYPTO_ccm128_setiv(ccm, ctx->iv, 15 - cctx->L, in aria_ccm_tls_cipher()
693 CCM128_CONTEXT *ccm = &cctx->ccm; in aria_ccm_cipher() local
719 CRYPTO_ccm128_aad(ccm, in, len); in aria_ccm_cipher()
786 BLOCK_CIPHER_aead(NID_aria, 128, 1, 12, ccm, ccm, CCM, 0)
787 BLOCK_CIPHER_aead(NID_aria, 192, 1, 12, ccm, ccm, CCM, 0)
[all …]
/netbsd/crypto/external/bsd/openssl.old/dist/crypto/evp/
H A De_aria.c55 CCM128_CONTEXT ccm; member
618 if (cctx->ccm.key) { in aria_ccm_ctrl()
619 if (cctx->ccm.key != &cctx->ks) in aria_ccm_ctrl()
621 cctx_out->ccm.key = &cctx_out->ks; in aria_ccm_ctrl()
635 CCM128_CONTEXT *ccm = &cctx->ccm; in aria_ccm_tls_cipher() local
668 if (CRYPTO_ccm128_tag(ccm, tag, cctx->M)) { in aria_ccm_tls_cipher()
682 CCM128_CONTEXT *ccm = &cctx->ccm; in aria_ccm_cipher() local
709 CRYPTO_ccm128_aad(ccm, in, len); in aria_ccm_cipher()
776 BLOCK_CIPHER_aead(NID_aria, 128, 1, 12, ccm, ccm, CCM, 0)
777 BLOCK_CIPHER_aead(NID_aria, 192, 1, 12, ccm, ccm, CCM, 0)
[all …]
H A De_aes.c1152 } ccm; member
1973 memcpy(ctx->aes.ccm.nonce.b + 1, nonce, 15 - ctx->aes.ccm.l); in s390x_aes_ccm_setiv()
2020 s390x_kmac(ctx->aes.ccm.nonce.b, 32, ctx->aes.ccm.fc, in s390x_aes_ccm_aad()
2036 ctx->aes.ccm.kmac_param.icv.b, ctx->aes.ccm.fc, in s390x_aes_ccm_aad()
2056 ctx->aes.ccm.fc, ctx->aes.ccm.kmac_param.k); in s390x_aes_ccm()
2126 s390x_km(ctx->aes.ccm.nonce.b, 16, ctx->aes.ccm.buf.b, ctx->aes.ccm.fc, in s390x_aes_ccm()
2128 ctx->aes.ccm.kmac_param.icv.g[0] ^= ctx->aes.ccm.buf.g[0]; in s390x_aes_ccm()
2129 ctx->aes.ccm.kmac_param.icv.g[1] ^= ctx->aes.ccm.buf.g[1]; in s390x_aes_ccm()
2214 cctx->aes.ccm.nonce.b[0] = ((cctx->aes.ccm.l - 1) & 0x7) in s390x_aes_ccm_init_key()
3651 CCM128_CONTEXT *ccm = &cctx->ccm; in aes_ccm_tls_cipher() local
[all …]
/netbsd/crypto/external/bsd/openssl/dist/test/
H A Devp_libctx_test.c316 int ret = 0, diff, ccm, siv, no_null_key; in test_cipher_reinit() local
351 ccm = (EVP_CIPHER_get_mode(cipher) == EVP_CIPH_CCM_MODE); in test_cipher_reinit()
371 ccm ? 0 : 1) in test_cipher_reinit()
375 ccm || siv ? 0 : 1)))) in test_cipher_reinit()
378 if (ccm == 0) { in test_cipher_reinit()
/netbsd/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
H A Dimx1.dtsi199 clks: ccm@21b000 {
200 compatible = "fsl,imx1-ccm";
H A Dimx31.dtsi235 clks: ccm@53f80000{
236 compatible = "fsl,imx31-ccm";
H A Dimx35.dtsi209 clks: ccm@53f80000 {
210 compatible = "fsl,imx35-ccm";
H A Dimx50.dtsi338 clks: ccm@53fd4000{
339 compatible = "fsl,imx50-ccm";
H A Dimx25.dtsi347 clks: ccm@53f80000 {
348 compatible = "fsl,imx25-ccm";
H A Dimx27.dtsi537 clks: ccm@10027000{
538 compatible = "fsl,imx27-ccm";
H A Dimx51.dtsi449 clks: ccm@73fd4000{
450 compatible = "fsl,imx51-ccm";
/netbsd/external/bsd/wpa/dist/src/crypto/
H A DMakefile23 aes-ccm.o \
/netbsd/sys/crypto/aes/
H A Daes_ccm.c518 struct aes_ccm ccm, *C = &ccm; in aes_ccm_selftest() local
/netbsd/sys/dev/sbus/
H A Dzx.c529 const uint8_t *ccm = sc->sc_curcmap; in zxioctl() local
536 red[i] = ccm[i + cm->index + 0]; in zxioctl()
537 green[i] = ccm[i + cm->index + 2]; in zxioctl()
538 blue[i] = ccm[i + cm->index + 4]; in zxioctl()
/netbsd/external/mpl/dhcp/dist/doc/
H A DIANA-arp-parameters125 [Hattig] Myron Hattig, <Myron_Hattig@ccm.jf.intel.com>, February 1997.
/netbsd/crypto/external/bsd/openssl.old/dist/crypto/objects/
H A Dobjects.txt907 aes 7 : id-aes128-CCM : aes-128-ccm
918 aes 27 : id-aes192-CCM : aes-192-ccm
929 aes 47 : id-aes256-CCM : aes-256-ccm
1424 camellia 7 : CAMELLIA-128-CCM : camellia-128-ccm
1434 camellia 27 : CAMELLIA-192-CCM : camellia-192-ccm
1444 camellia 47 : CAMELLIA-256-CCM : camellia-256-ccm
1492 aria 37 : ARIA-128-CCM : aria-128-ccm
1493 aria 38 : ARIA-192-CCM : aria-192-ccm
1494 aria 39 : ARIA-256-CCM : aria-256-ccm
/netbsd/crypto/external/bsd/openssl/dist/crypto/objects/
H A Dobjects.txt942 aes 7 : id-aes128-CCM : aes-128-ccm
953 aes 27 : id-aes192-CCM : aes-192-ccm
964 aes 47 : id-aes256-CCM : aes-256-ccm
1471 camellia 7 : CAMELLIA-128-CCM : camellia-128-ccm
1481 camellia 27 : CAMELLIA-192-CCM : camellia-192-ccm
1491 camellia 47 : CAMELLIA-256-CCM : camellia-256-ccm
1539 aria 37 : ARIA-128-CCM : aria-128-ccm
1540 aria 38 : ARIA-192-CCM : aria-192-ccm
1541 aria 39 : ARIA-256-CCM : aria-256-ccm

12