/third_party/openssl/test/recipes/30-test_evp_data/ |
D | evpciph_aes_ocb.txt | 16 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/ |
D | cipher_aes_ocb.c | 54 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 …]
|
D | cipher_aes_ocb_hw.c | 21 CRYPTO_ocb128_cleanup(&ctx->ocb); \ 24 if (!CRYPTO_ocb128_init(&ctx->ocb, &ctx->ksenc.ks, &ctx->ksdec.ks, \
|
D | cipher_aes_ocb.h | 28 OCB128_CONTEXT ocb; member
|
D | build.info | 111 IF[{- !$disabled{ocb} -}]
|
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/ |
D | cipher_aes_ocb.c | 54 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 …]
|
D | cipher_aes_ocb_hw.c | 21 CRYPTO_ocb128_cleanup(&ctx->ocb); \ 24 if (!CRYPTO_ocb128_init(&ctx->ocb, &ctx->ksenc.ks, &ctx->ksdec.ks, \
|
D | cipher_aes_ocb.h | 28 OCB128_CONTEXT ocb; member
|
D | build.info | 111 IF[{- !$disabled{ocb} -}]
|
/third_party/pulseaudio/src/tests/ |
D | thread-mainloop-test.c | 44 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/ |
D | e_aes.c | 107 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/ |
D | e_aes.c | 107 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/ |
D | main.c | 2029 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/ |
D | objects.txt | 981 : 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/ |
D | objects.txt | 981 : AES-128-OCB : aes-128-ocb 982 : AES-192-OCB : aes-192-ocb 983 : AES-256-OCB : aes-256-ocb
|
/third_party/openssl/ |
D | INSTALL.md | 995 des|dh|dsa|ecdh|ecdsa|idea|md4|mdc2|ocb|
|
D | CHANGES.md | 4618 for OCB can be removed by calling config with no-ocb.
|
/third_party/node/deps/openssl/openssl/ |
D | INSTALL.md | 1007 des|dh|dsa|ecdh|ecdsa|idea|md4|mdc2|ocb|
|
D | CHANGES.md | 4796 for OCB can be removed by calling config with no-ocb.
|
/third_party/node/doc/api/ |
D | crypto.md | 4075 `'ecb'`, `'gcm'`, `'ocb'`, `'ofb'`, `'stream'`, `'wrap'`, `'xts'`.
|
/third_party/astc-encoder/Test/Images/HDRIHaven/HDR-RGB/ |
D | hdr-rgb-riverwalk.hdr | 5070 …쫄�����Ӓ����k�V���xg����ؔ������˂�߹��ϲ��\��rsjJuLE>OO���y�m��cɆn���dX����蛳�僧ocb��a\�hq�^���{���m��…
|