Home
last modified time | relevance | path

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

/openssl-master/test/recipes/30-test_evp_data/
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-master/providers/implementations/ciphers/
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()
557 IMPLEMENT_cipher(ocb, OCB, AES_OCB_FLAGS, 256, 128, OCB_DEFAULT_IV_LEN * 8);
558 IMPLEMENT_cipher(ocb, OCB, AES_OCB_FLAGS, 192, 128, OCB_DEFAULT_IV_LEN * 8);
[all …]
A Dcipher_aes_ocb_hw.c21 CRYPTO_ocb128_cleanup(&ctx->ocb); \
24 if (!CRYPTO_ocb128_init(&ctx->ocb, &ctx->ksenc.ks, &ctx->ksdec.ks, \
A Dcipher_aes_ocb.h28 OCB128_CONTEXT ocb; member
A Dbuild.info113 IF[{- !$disabled{ocb} -}]
/openssl-master/crypto/evp/
A De_aes.c107 OCB128_CONTEXT ocb; member
358 if (!CRYPTO_ocb128_init(&octx->ocb, in aesni_ocb_init_key()
712 if (!CRYPTO_ocb128_init(&octx->ocb, in aes_t4_ocb_init_key()
3795 return CRYPTO_ocb128_copy_ctx(&new_octx->ocb, &octx->ocb, in aes_ocb_ctrl()
3824 if (!CRYPTO_ocb128_init(&octx->ocb, in aes_ocb_init_key()
3842 if (!CRYPTO_ocb128_init(&octx->ocb, in aes_ocb_init_key()
3855 if (!CRYPTO_ocb128_init(&octx->ocb, in aes_ocb_init_key()
4021 if (CRYPTO_ocb128_finish(&octx->ocb, in aes_ocb_cipher()
4039 CRYPTO_ocb128_cleanup(&octx->ocb); in aes_ocb_cleanup()
4043 BLOCK_CIPHER_custom(NID_aes, 128, 16, 12, ocb, OCB,
[all …]
/openssl-master/crypto/objects/
A Dobjects.txt982 : AES-128-OCB : aes-128-ocb
983 : AES-192-OCB : aes-192-ocb
984 : AES-256-OCB : aes-256-ocb
/openssl-master/
A DINSTALL.md986 des|dh|dsa|ecdh|ecdsa|idea|md4|mdc2|ocb|
A DCHANGES.md3955 for OCB can be removed by calling config with no-ocb.

Completed in 40 milliseconds