Home
last modified time | relevance | path

Searched refs:ocb (Results 1 – 10 of 10) sorted by relevance

/openssl/test/recipes/30-test_evp_data/
H A Devpciph_aes_ocb.txt16 Cipher = aes-128-ocb
24 Cipher = aes-128-ocb
32 Cipher = aes-128-ocb
40 Cipher = aes-128-ocb
48 Cipher = aes-128-ocb
56 Cipher = aes-128-ocb
64 Cipher = aes-128-ocb
72 Cipher = aes-128-ocb
80 Cipher = aes-128-ocb
88 Cipher = aes-128-ocb
[all …]
/openssl/providers/implementations/ciphers/
H A Dcipher_aes_ocb.c54 return (CRYPTO_ocb128_setiv(&ctx->ocb, iv, ivlen, taglen) == 1); in aes_generic_ocb_setiv()
61 return CRYPTO_ocb128_aad(&ctx->ocb, aad, alen) == 1; in aes_generic_ocb_setaad()
67 return CRYPTO_ocb128_tag(&ctx->ocb, tag, tlen) > 0; in aes_generic_ocb_gettag()
72 return (CRYPTO_ocb128_finish(&ctx->ocb, ctx->tag, ctx->taglen) == 0); in aes_generic_ocb_final()
77 CRYPTO_ocb128_cleanup(&ctx->ocb); in aes_generic_ocb_cleanup()
85 if (!CRYPTO_ocb128_encrypt(&ctx->ocb, in, out, len)) in aes_generic_ocb_cipher()
88 if (!CRYPTO_ocb128_decrypt(&ctx->ocb, in, out, len)) in aes_generic_ocb_cipher()
97 return CRYPTO_ocb128_copy_ctx(&dst->ocb, &src->ocb, in aes_generic_ocb_copy_ctx()
566 IMPLEMENT_cipher(ocb, OCB, AES_OCB_FLAGS, 256, 128, OCB_DEFAULT_IV_LEN * 8);
567 IMPLEMENT_cipher(ocb, OCB, AES_OCB_FLAGS, 192, 128, OCB_DEFAULT_IV_LEN * 8);
[all …]
H A Dcipher_aes_ocb_hw.c21 CRYPTO_ocb128_cleanup(&ctx->ocb); \
24 if (!CRYPTO_ocb128_init(&ctx->ocb, &ctx->ksenc.ks, &ctx->ksdec.ks, \
H A Dcipher_aes_ocb.h28 OCB128_CONTEXT ocb; member
H A Dbuild.info177 IF[{- !$disabled{ocb} -}]
/openssl/crypto/evp/
H A De_aes.c107 OCB128_CONTEXT ocb; member
384 if (!CRYPTO_ocb128_init(&octx->ocb, in aesni_ocb_init_key()
766 if (!CRYPTO_ocb128_init(&octx->ocb, in aes_t4_ocb_init_key()
3900 return CRYPTO_ocb128_copy_ctx(&new_octx->ocb, &octx->ocb, in aes_ocb_ctrl()
3935 if (!CRYPTO_ocb128_init(&octx->ocb, in aes_ocb_init_key()
3949 if (!CRYPTO_ocb128_init(&octx->ocb, in aes_ocb_init_key()
3960 if (!CRYPTO_ocb128_init(&octx->ocb, in aes_ocb_init_key()
4126 if (CRYPTO_ocb128_finish(&octx->ocb, in aes_ocb_cipher()
4144 CRYPTO_ocb128_cleanup(&octx->ocb); in aes_ocb_cleanup()
4148 BLOCK_CIPHER_custom(NID_aes, 128, 16, 12, ocb, OCB,
[all …]
/openssl/.github/workflows/
H A Drun-checker-daily.yml88 no-ocb,
/openssl/crypto/objects/
H A Dobjects.txt1066 : AES-128-OCB : aes-128-ocb
1067 : AES-192-OCB : aes-192-ocb
1068 : AES-256-OCB : aes-256-ocb
/openssl/
H A DINSTALL.md1203 des|dh|dsa|ecdh|ecdsa|idea|md4|mdc2|ocb|
H A DCHANGES.md5900 for OCB can be removed by calling config with no-ocb.

Completed in 78 milliseconds