Home
last modified time | relevance | path

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

/third_party/openssl/test/recipes/30-test_evp_data/
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 …]
/third_party/openssl/providers/implementations/ciphers/
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 …]
Dcipher_aes_ocb_hw.c21 CRYPTO_ocb128_cleanup(&ctx->ocb); \
24 if (!CRYPTO_ocb128_init(&ctx->ocb, &ctx->ksenc.ks, &ctx->ksdec.ks, \
Dcipher_aes_ocb.h28 OCB128_CONTEXT ocb; member
Dbuild.info111 IF[{- !$disabled{ocb} -}]
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/
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()
560 IMPLEMENT_cipher(ocb, OCB, AES_OCB_FLAGS, 256, 128, OCB_DEFAULT_IV_LEN * 8);
561 IMPLEMENT_cipher(ocb, OCB, AES_OCB_FLAGS, 192, 128, OCB_DEFAULT_IV_LEN * 8);
[all …]
Dcipher_aes_ocb_hw.c21 CRYPTO_ocb128_cleanup(&ctx->ocb); \
24 if (!CRYPTO_ocb128_init(&ctx->ocb, &ctx->ksenc.ks, &ctx->ksdec.ks, \
Dcipher_aes_ocb.h28 OCB128_CONTEXT ocb; member
Dbuild.info111 IF[{- !$disabled{ocb} -}]
/third_party/pulseaudio/src/tests/
Dthread-mainloop-test.c44 static void ocb(pa_threaded_mainloop *m, void *userdata) { in ocb() function
83 pa_threaded_mainloop_once_unlocked(m, ocb, NULL); in START_TEST()
/third_party/openssl/crypto/evp/
De_aes.c107 OCB128_CONTEXT ocb; member
358 if (!CRYPTO_ocb128_init(&octx->ocb, in aesni_ocb_init_key()
374 if (CRYPTO_ocb128_setiv(&octx->ocb, iv, octx->ivlen, octx->taglen) in aesni_ocb_init_key()
383 CRYPTO_ocb128_setiv(&octx->ocb, iv, octx->ivlen, octx->taglen); in aesni_ocb_init_key()
712 if (!CRYPTO_ocb128_init(&octx->ocb, in aes_t4_ocb_init_key()
727 if (CRYPTO_ocb128_setiv(&octx->ocb, iv, octx->ivlen, octx->taglen) in aes_t4_ocb_init_key()
736 CRYPTO_ocb128_setiv(&octx->ocb, iv, octx->ivlen, octx->taglen); 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()
[all …]
/third_party/node/deps/openssl/openssl/crypto/evp/
De_aes.c107 OCB128_CONTEXT ocb; member
358 if (!CRYPTO_ocb128_init(&octx->ocb, in aesni_ocb_init_key()
374 if (CRYPTO_ocb128_setiv(&octx->ocb, iv, octx->ivlen, octx->taglen) in aesni_ocb_init_key()
383 CRYPTO_ocb128_setiv(&octx->ocb, iv, octx->ivlen, octx->taglen); in aesni_ocb_init_key()
712 if (!CRYPTO_ocb128_init(&octx->ocb, in aes_t4_ocb_init_key()
727 if (CRYPTO_ocb128_setiv(&octx->ocb, iv, octx->ivlen, octx->taglen) in aes_t4_ocb_init_key()
736 CRYPTO_ocb128_setiv(&octx->ocb, iv, octx->ivlen, octx->taglen); in aes_t4_ocb_init_key()
3789 return CRYPTO_ocb128_copy_ctx(&new_octx->ocb, &octx->ocb, in aes_ocb_ctrl()
3818 if (!CRYPTO_ocb128_init(&octx->ocb, in aes_ocb_init_key()
3836 if (!CRYPTO_ocb128_init(&octx->ocb, in aes_ocb_init_key()
[all …]
/third_party/mksh/
Dmain.c2029 x_mkraw(int fd, mksh_ttyst *ocb, bool forread) in x_mkraw() argument
2033 if (ocb) in x_mkraw()
2034 mksh_tcget(fd, ocb); in x_mkraw()
2036 ocb = &tty_state; in x_mkraw()
2038 cb = *ocb; in x_mkraw()
/third_party/openssl/crypto/objects/
Dobjects.txt981 : AES-128-OCB : aes-128-ocb
982 : AES-192-OCB : aes-192-ocb
983 : AES-256-OCB : aes-256-ocb
/third_party/node/deps/openssl/openssl/crypto/objects/
Dobjects.txt981 : AES-128-OCB : aes-128-ocb
982 : AES-192-OCB : aes-192-ocb
983 : AES-256-OCB : aes-256-ocb
/third_party/openssl/
DINSTALL.md995 des|dh|dsa|ecdh|ecdsa|idea|md4|mdc2|ocb|
DCHANGES.md4618 for OCB can be removed by calling config with no-ocb.
/third_party/node/deps/openssl/openssl/
DINSTALL.md1007 des|dh|dsa|ecdh|ecdsa|idea|md4|mdc2|ocb|
DCHANGES.md4796 for OCB can be removed by calling config with no-ocb.
/third_party/node/doc/api/
Dcrypto.md4075 `'ecb'`, `'gcm'`, `'ocb'`, `'ofb'`, `'stream'`, `'wrap'`, `'xts'`.
/third_party/astc-encoder/Test/Images/HDRIHaven/HDR-RGB/
Dhdr-rgb-riverwalk.hdr5070 …쫄�����Ӓ����k�V���xg�׺���ؔ������˂�߹��ϲ��\��rsjJuLE>OO���y�m��cɆn���dX����蛳�僧ocb��a\�hq�^���{���m��…