Home
last modified time | relevance | path

Searched refs:actx (Results 26 - 47 of 47) sorted by relevance

12

/third_party/node/deps/ngtcp2/ngtcp2/crypto/boringssl/
H A Dboringssl.c202 EVP_AEAD_CTX *actx; in ngtcp2_crypto_aead_ctx_encrypt_init() local
206 actx = EVP_AEAD_CTX_new(cipher, key, keylen, EVP_AEAD_DEFAULT_TAG_LENGTH); in ngtcp2_crypto_aead_ctx_encrypt_init()
207 if (actx == NULL) { in ngtcp2_crypto_aead_ctx_encrypt_init()
211 aead_ctx->native_handle = actx; in ngtcp2_crypto_aead_ctx_encrypt_init()
330 EVP_AEAD_CTX *actx = aead_ctx->native_handle; in ngtcp2_crypto_encrypt() local
334 if (EVP_AEAD_CTX_seal(actx, dest, &outlen, max_outlen, nonce, noncelen, in ngtcp2_crypto_encrypt()
348 EVP_AEAD_CTX *actx = aead_ctx->native_handle; in ngtcp2_crypto_decrypt() local
359 if (EVP_AEAD_CTX_open(actx, dest, &outlen, max_outlen, nonce, noncelen, in ngtcp2_crypto_decrypt()
/third_party/openssl/providers/implementations/ciphers/
H A Dcipher_sm4_gcm_hw.c19 PROV_SM4_GCM_CTX *actx = (PROV_SM4_GCM_CTX *)ctx; in sm4_gcm_initkey() local
20 SM4_KEY *ks = &actx->ks.ks; in sm4_gcm_initkey()
H A Dcipher_aes_gcm_hw.c23 PROV_AES_GCM_CTX *actx = (PROV_AES_GCM_CTX *)ctx; in aes_gcm_initkey() local
24 AES_KEY *ks = &actx->ks.ks; in aes_gcm_initkey()
/third_party/ntfs-3g/libntfs-3g/
H A Ddir.c1908 ntfs_attr_search_ctx *actx = NULL; in ntfs_delete() local
1943 actx = ntfs_attr_get_search_ctx(ni, NULL); in ntfs_delete()
1944 if (!actx) in ntfs_delete()
1948 CASE_SENSITIVE, 0, NULL, 0, actx))) { in ntfs_delete()
1954 fn = (FILE_NAME_ATTR*)((u8*)actx->attr + in ntfs_delete()
1955 le16_to_cpu(actx->attr->value_offset)); in ntfs_delete()
1996 ntfs_attr_reinit_search_ctx(actx); in ntfs_delete()
2011 ntfs_attr_reinit_search_ctx(actx); in ntfs_delete()
2020 if (ntfs_index_remove(dir_ni, ni, fn, le32_to_cpu(actx->attr->value_length))) in ntfs_delete()
2028 if ((ni->mrec->link_count == const_cpu_to_le16(1)) && !actx in ntfs_delete()
2505 ntfs_attr_search_ctx *actx; set_namespace() local
2868 ntfs_attr_search_ctx *actx; ntfs_dir_link_cnt() local
[all...]
H A Dindex.c68 ntfs_inode_mark_dirty(ictx->actx->ntfs_ino); in ntfs_index_entry_mark_dirty()
149 if (icx->actx) in ntfs_index_ctx_free()
150 ntfs_attr_put_search_ctx(icx->actx); in ntfs_index_ctx_free()
786 ir = ntfs_ir_lookup(ni, icx->name, icx->name_len, &icx->actx); in ntfs_index_lookup()
882 if (icx->actx) { in ntfs_index_lookup()
883 ntfs_attr_put_search_ctx(icx->actx); in ntfs_index_lookup()
884 icx->actx = NULL; in ntfs_index_lookup()
1602 ntfs_inode_mark_dirty(icx->actx->ntfs_ino); in ntfs_ie_add()
1691 ntfs_inode_mark_dirty(icx->actx->ntfs_ino); in ntfs_ih_takeout()
1982 ntfs_inode_mark_dirty(icx->actx in ntfs_index_remove()
[all...]
/third_party/mesa3d/src/gallium/frontends/nine/
H A Dswapchain9.c65 This->actx = pCTX; in NineSwapChain9_ctor()
74 params2.AllowDISCARDDelayedRelease = This->actx->discard_delayed_release; in NineSwapChain9_ctor()
75 params2.TearFreeDISCARD = This->actx->tearfree_discard; in NineSwapChain9_ctor()
242 This->desired_fences = This->actx->throttling ? This->actx->throttling_value + 1 : 0; in NineSwapChain9_Resize()
247 if (This->actx->vblank_mode == 0) in NineSwapChain9_Resize()
249 else if (This->actx->vblank_mode == 3) in NineSwapChain9_Resize()
286 if (This->actx->linear_framebuffer || in NineSwapChain9_Resize()
291 (This->actx->ref && This->actx in NineSwapChain9_Resize()
[all...]
H A Dswapchain9.h52 struct d3dadapter9_context *actx; member
H A Ddevice9.c960 tmplt->actx, in NineDevice9_CreateAdditionalSwapChain()
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/
H A Dcipher_aes_gcm_hw.c23 PROV_AES_GCM_CTX *actx = (PROV_AES_GCM_CTX *)ctx; in aes_gcm_initkey() local
24 AES_KEY *ks = &actx->ks.ks; in aes_gcm_initkey()
/third_party/ntfs-3g/src/
H A Dntfs-3g_common.c690 int ntfs_fuse_listxattr_common(ntfs_inode *ni, ntfs_attr_search_ctx *actx, argument
702 0, NULL, 0, actx)) {
706 if (!actx->attr->name_length)
709 (ntfschar *)((u8*)actx->attr +
710 le16_to_cpu(actx->attr->name_offset)),
711 actx->attr->name_length, &tmp_name, 0);
H A Dntfs-3g.c3150 ntfs_attr_search_ctx *actx = NULL; in ntfs_fuse_listxattr() local
3177 actx = ntfs_attr_get_search_ctx(ni, NULL); in ntfs_fuse_listxattr()
3178 if (!actx) { in ntfs_fuse_listxattr()
3185 ret = ntfs_fuse_listxattr_common(ni, actx, list, size, in ntfs_fuse_listxattr()
3193 if (actx) in ntfs_fuse_listxattr()
3194 ntfs_attr_put_search_ctx(actx); in ntfs_fuse_listxattr()
3203 ntfs_attr_search_ctx *actx = NULL; in ntfs_fuse_getxattr_windows() local
3230 actx = ntfs_attr_get_search_ctx(ni, NULL); in ntfs_fuse_getxattr_windows()
3231 if (!actx) { in ntfs_fuse_getxattr_windows()
3236 0, NULL, 0, actx)) { in ntfs_fuse_getxattr_windows()
[all...]
H A Dntfs-3g_common.h209 int ntfs_fuse_listxattr_common(ntfs_inode *ni, ntfs_attr_search_ctx *actx,
H A Dlowntfs-3g.c3465 ntfs_attr_search_ctx *actx = NULL; in ntfs_fuse_listxattr() local
3491 actx = ntfs_attr_get_search_ctx(ni, NULL); in ntfs_fuse_listxattr()
3492 if (!actx) { in ntfs_fuse_listxattr()
3506 ret = ntfs_fuse_listxattr_common(ni, actx, list, size, in ntfs_fuse_listxattr()
3514 if (actx) in ntfs_fuse_listxattr()
3515 ntfs_attr_put_search_ctx(actx); in ntfs_fuse_listxattr()
/third_party/ntfs-3g/include/ntfs-3g/
H A Dindex.h79 * @actx: attribute search context if in root or NULL otherwise
97 * by the attribute search context @actx and inode @ni. @ia and
102 * respectively. @ir and @actx are NULL in this case. @ia_na is opened
125 ntfs_attr_search_ctx *actx; member
/kernel/linux/linux-5.10/drivers/crypto/
H A Domap-aes-gcm.c178 aes_encrypt(&ctx->actx, (u8 *)tag, (u8 *)iv); in do_encrypt_iv()
317 ret = aes_expandkey(&ctx->actx, key, keylen); in omap_aes_gcm_setkey()
337 ret = aes_expandkey(&ctx->actx, key, keylen); in omap_aes_4106gcm_setkey()
H A Domap-aes.h105 struct crypto_aes_ctx actx; member
/kernel/linux/linux-6.6/drivers/crypto/
H A Domap-aes-gcm.c181 aes_encrypt(&ctx->actx, (u8 *)tag, (u8 *)iv); in do_encrypt_iv()
318 ret = aes_expandkey(&ctx->actx, key, keylen); in omap_aes_gcm_setkey()
338 ret = aes_expandkey(&ctx->actx, key, keylen); in omap_aes_4106gcm_setkey()
H A Domap-aes.h103 struct crypto_aes_ctx actx; member
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A Dcrypto_openssl.c433 AES_KEY actx; in aes_wrap() local
438 if (AES_set_encrypt_key(kek, kek_len << 3, &actx)) in aes_wrap()
440 res = AES_wrap_key(&actx, NULL, cipher, plain, n * 8); in aes_wrap()
441 OPENSSL_cleanse(&actx, sizeof(actx)); in aes_wrap()
449 AES_KEY actx; in aes_unwrap() local
454 if (AES_set_decrypt_key(kek, kek_len << 3, &actx)) in aes_unwrap()
456 res = AES_unwrap_key(&actx, NULL, plain, cipher, (n + 1) * 8); in aes_unwrap()
457 OPENSSL_cleanse(&actx, sizeof(actx)); in aes_unwrap()
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
H A Dcrypto_openssl.c506 AES_KEY actx; in aes_wrap() local
511 if (AES_set_encrypt_key(kek, kek_len << 3, &actx)) in aes_wrap()
513 res = AES_wrap_key(&actx, NULL, cipher, plain, n * 8); in aes_wrap()
514 OPENSSL_cleanse(&actx, sizeof(actx)); in aes_wrap()
522 AES_KEY actx; in aes_unwrap() local
527 if (AES_set_decrypt_key(kek, kek_len << 3, &actx)) in aes_unwrap()
529 res = AES_unwrap_key(&actx, NULL, plain, cipher, (n + 1) * 8); in aes_unwrap()
530 OPENSSL_cleanse(&actx, sizeof(actx)); in aes_unwrap()
[all...]
/kernel/linux/linux-5.10/drivers/crypto/chelsio/
H A Dchcr_algo.c2446 struct chcr_authenc_ctx *actx = AUTHENC_CTX(aeadctx); in create_authenc_wr() local
2534 actx->auth_mode, aeadctx->hmac_ctrl, in create_authenc_wr()
2546 memcpy(chcr_req->key_ctx.key, actx->dec_rrkey, in create_authenc_wr()
2550 actx->h_iopad, kctx_len - roundup(aeadctx->enckey_len, 16)); in create_authenc_wr()
3554 struct chcr_authenc_ctx *actx = AUTHENC_CTX(aeadctx); in chcr_authenc_setkey() local
3610 get_aes_decrypt_key(actx->dec_rrkey, aeadctx->key, in chcr_authenc_setkey()
3624 o_ptr = actx->h_iopad + param.result_size + align; in chcr_authenc_setkey()
3644 if (chcr_compute_partial_hash(shash, pad, actx->h_iopad, in chcr_authenc_setkey()
3657 chcr_change_order(actx->h_iopad, param.result_size); in chcr_authenc_setkey()
3664 actx in chcr_authenc_setkey()
3682 struct chcr_authenc_ctx *actx = AUTHENC_CTX(aeadctx); chcr_aead_digest_null_setkey() local
[all...]
/kernel/linux/linux-6.6/drivers/crypto/chelsio/
H A Dchcr_algo.c2441 struct chcr_authenc_ctx *actx = AUTHENC_CTX(aeadctx); in create_authenc_wr() local
2529 actx->auth_mode, aeadctx->hmac_ctrl, in create_authenc_wr()
2541 memcpy(chcr_req->key_ctx.key, actx->dec_rrkey, in create_authenc_wr()
2545 actx->h_iopad, kctx_len - roundup(aeadctx->enckey_len, 16)); in create_authenc_wr()
3550 struct chcr_authenc_ctx *actx = AUTHENC_CTX(aeadctx); in chcr_authenc_setkey() local
3606 get_aes_decrypt_key(actx->dec_rrkey, aeadctx->key, in chcr_authenc_setkey()
3620 o_ptr = actx->h_iopad + param.result_size + align; in chcr_authenc_setkey()
3640 if (chcr_compute_partial_hash(shash, pad, actx->h_iopad, in chcr_authenc_setkey()
3653 chcr_change_order(actx->h_iopad, param.result_size); in chcr_authenc_setkey()
3660 actx in chcr_authenc_setkey()
3678 struct chcr_authenc_ctx *actx = AUTHENC_CTX(aeadctx); chcr_aead_digest_null_setkey() local
[all...]

Completed in 40 milliseconds

12