Searched refs:gcm (Results 1 – 10 of 10) sorted by relevance
| /openbsd/src/lib/libcrypto/evp/ |
| D | e_aes.c | 81 GCM128_CONTEXT gcm; member 272 CRYPTO_gcm128_init(&gctx->gcm, &gctx->ks, in aesni_gcm_init_key() 281 CRYPTO_gcm128_setiv(&gctx->gcm, iv, gctx->ivlen); in aesni_gcm_init_key() 288 CRYPTO_gcm128_setiv(&gctx->gcm, iv, gctx->ivlen); in aesni_gcm_init_key() 1384 CRYPTO_gcm128_setiv(&gctx->gcm, gctx->iv, gctx->ivlen); in aes_gcm_ctrl() 1400 CRYPTO_gcm128_setiv(&gctx->gcm, gctx->iv, gctx->ivlen); in aes_gcm_ctrl() 1436 if (gctx->gcm.key) { in aes_gcm_ctrl() 1437 if (gctx->gcm.key != &gctx->ks) in aes_gcm_ctrl() 1439 gctx_out->gcm.key = &gctx_out->ks; in aes_gcm_ctrl() 1496 gctx->ctr = aes_gcm_set_key(&gctx->ks, &gctx->gcm, in aes_gcm_init_key() [all …]
|
| /openbsd/src/regress/lib/libcrypto/aead/ |
| D | Makefile | 13 ./${PROG} aes-128-gcm ${.CURDIR}/aes_128_gcm_tests.txt 14 ./${PROG} aes-192-gcm ${.CURDIR}/aes_192_gcm_tests.txt 15 ./${PROG} aes-256-gcm ${.CURDIR}/aes_256_gcm_tests.txt
|
| D | aeadtests.txt | 7 AEAD: aes-128-gcm 16 AEAD: aes-256-gcm 25 AEAD: aes-128-gcm 34 AEAD: aes-256-gcm
|
| D | aes_192_gcm_tests.txt | 1 …tors from NIST: http://csrc.nist.gov/groups/ST/toolkit/BCM/documents/proposedmodes/gcm/gcm-spec.pdf
|
| D | aes_256_gcm_tests.txt | 424 …st vectors from http://csrc.nist.gov/groups/ST/toolkit/BCM/documents/proposedmodes/gcm/gcm-spec.pdf
|
| D | aes_128_gcm_tests.txt | 431 …st vectors from http://csrc.nist.gov/groups/ST/toolkit/BCM/documents/proposedmodes/gcm/gcm-spec.pdf
|
| /openbsd/src/regress/sbin/ipsecctl/ |
| D | safail3.ok | 5 stdin: 19: aes-128-gcm is disallowed with static keys 6 stdin: 22: aes-192-gcm is disallowed with static keys 7 stdin: 25: aes-256-gcm is disallowed with static keys
|
| D | safail3.in | 18 enc aes-128-gcm \ 21 enc aes-192-gcm \ 24 enc aes-256-gcm \
|
| /openbsd/src/lib/libcrypto/objects/ |
| D | objects.txt | 899 aes 6 : id-aes128-GCM : aes-128-gcm 910 aes 26 : id-aes192-GCM : aes-192-gcm 921 aes 46 : id-aes256-GCM : aes-256-gcm
|
| /openbsd/src/usr.bin/ssh/ |
| D | PROTOCOL | 89 "aes128-gcm@openssh.com" or "aes256-gcm@openssh.com" and never as
|