/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/ |
H A D | cipher_aes_ccm_hw.c | 30 PROV_AES_CCM_CTX *actx = (PROV_AES_CCM_CTX *)ctx; in ccm_generic_aes_initkey() local
|
H A D | cipher_aria_ccm_hw.c | 19 PROV_ARIA_CCM_CTX *actx = (PROV_ARIA_CCM_CTX *)ctx; in ccm_aria_initkey() local
|
H A D | cipher_aria_gcm_hw.c | 19 PROV_ARIA_GCM_CTX *actx = (PROV_ARIA_GCM_CTX *)ctx; in aria_gcm_initkey() local
|
H A D | cipher_aes_gcm_hw.c | 23 PROV_AES_GCM_CTX *actx = (PROV_AES_GCM_CTX *)ctx; in aes_gcm_initkey() local
|
/third_party/openssl/providers/implementations/ciphers/ |
H A D | cipher_aes_ccm_hw.c | 30 PROV_AES_CCM_CTX *actx = (PROV_AES_CCM_CTX *)ctx; in ccm_generic_aes_initkey() local
|
H A D | cipher_sm4_gcm_hw.c | 19 PROV_SM4_GCM_CTX *actx = (PROV_SM4_GCM_CTX *)ctx; in sm4_gcm_initkey() local
|
H A D | cipher_sm4_ccm_hw.c | 19 PROV_SM4_CCM_CTX *actx = (PROV_SM4_CCM_CTX *)ctx; in ccm_sm4_initkey() local
|
H A D | cipher_aria_ccm_hw.c | 19 PROV_ARIA_CCM_CTX *actx = (PROV_ARIA_CCM_CTX *)ctx; in ccm_aria_initkey() local
|
H A D | cipher_aria_gcm_hw.c | 19 PROV_ARIA_GCM_CTX *actx = (PROV_ARIA_GCM_CTX *)ctx; in aria_gcm_initkey() local
|
H A D | cipher_aes_gcm_hw.c | 23 PROV_AES_GCM_CTX *actx = (PROV_AES_GCM_CTX *)ctx; in aes_gcm_initkey() local
|
/kernel/linux/linux-5.10/fs/ntfs/ |
H A D | index.h | 68 ntfs_attr_search_ctx *actx; member
|
H A D | index.c | 118 ntfs_attr_search_ctx *actx; in ntfs_index_lookup() local [all...] |
/kernel/linux/linux-6.6/fs/ntfs/ |
H A D | index.h | 68 ntfs_attr_search_ctx *actx; member
|
H A D | index.c | 118 ntfs_attr_search_ctx *actx; in ntfs_index_lookup() local [all...] |
/third_party/mesa3d/src/gallium/frontends/nine/ |
H A D | swapchain9.h | 52 struct d3dadapter9_context *actx; member
|
/third_party/ntfs-3g/include/ntfs-3g/ |
H A D | index.h | 125 ntfs_attr_search_ctx *actx; member
|
/third_party/node/deps/openssl/openssl/crypto/evp/ |
H A D | e_chacha20_poly1305.c | 171 EVP_CHACHA_AEAD_CTX *actx = aead_data(ctx); in chacha20_poly1305_init_key() local 217 EVP_CHACHA_AEAD_CTX *actx = aead_data(ctx); chacha20_poly1305_tls_cipher() local 367 EVP_CHACHA_AEAD_CTX *actx = aead_data(ctx); chacha20_poly1305_cipher() local 490 EVP_CHACHA_AEAD_CTX *actx = aead_data(ctx); chacha20_poly1305_cleanup() local 499 EVP_CHACHA_AEAD_CTX *actx = aead_data(ctx); chacha20_poly1305_ctrl() local [all...] |
/third_party/openssl/crypto/evp/ |
H A D | e_chacha20_poly1305.c | 171 EVP_CHACHA_AEAD_CTX *actx = aead_data(ctx); in chacha20_poly1305_init_key() local 217 EVP_CHACHA_AEAD_CTX *actx = aead_data(ctx); chacha20_poly1305_tls_cipher() local 367 EVP_CHACHA_AEAD_CTX *actx = aead_data(ctx); chacha20_poly1305_cipher() local 490 EVP_CHACHA_AEAD_CTX *actx = aead_data(ctx); chacha20_poly1305_cleanup() local 499 EVP_CHACHA_AEAD_CTX *actx = aead_data(ctx); chacha20_poly1305_ctrl() local [all...] |
/third_party/ntfs-3g/src/ |
H A D | ntfs-3g_common.c | 690 int ntfs_fuse_listxattr_common(ntfs_inode *ni, ntfs_attr_search_ctx *actx, argument
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
H A D | crypto_nettle.c | 263 struct aes_ctx *actx = ctx; in aes_encrypt() local 271 struct aes_ctx *actx = ctx; in aes_encrypt_deinit() local 294 struct aes_ctx *actx = ctx; in aes_decrypt() local 302 struct aes_ctx *actx = ctx; in aes_decrypt_deinit() local [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
H A D | crypto_nettle.c | 263 struct aes_ctx *actx = ctx; in aes_encrypt() local 271 struct aes_ctx *actx = ctx; in aes_encrypt_deinit() local 294 struct aes_ctx *actx = ctx; in aes_decrypt() local 302 struct aes_ctx *actx = ctx; in aes_decrypt_deinit() local [all...] |
/third_party/node/deps/ngtcp2/ngtcp2/crypto/openssl/ |
H A D | openssl.c | 204 EVP_CIPHER_CTX *actx; in ngtcp2_crypto_aead_ctx_encrypt_init() local 251 EVP_CIPHER_CTX *actx; ngtcp2_crypto_aead_ctx_decrypt_init() local 302 EVP_CIPHER_CTX *actx; ngtcp2_crypto_cipher_ctx_encrypt_init() local 496 EVP_CIPHER_CTX *actx = aead_ctx->native_handle; ngtcp2_crypto_encrypt() local 535 EVP_CIPHER_CTX *actx = aead_ctx->native_handle; ngtcp2_crypto_decrypt() local 580 EVP_CIPHER_CTX *actx = hp_ctx->native_handle; ngtcp2_crypto_hp_mask() local [all...] |
/third_party/node/deps/ngtcp2/ngtcp2/crypto/wolfssl/ |
H A D | wolfssl.c | 152 WOLFSSL_EVP_CIPHER_CTX *actx; in ngtcp2_crypto_aead_ctx_encrypt_init() local 169 WOLFSSL_EVP_CIPHER_CTX *actx; in ngtcp2_crypto_aead_ctx_decrypt_init() local 191 WOLFSSL_EVP_CIPHER_CTX *actx; in ngtcp2_crypto_cipher_ctx_encrypt_init() local 278 WOLFSSL_EVP_CIPHER_CTX *actx = hp_ctx->native_handle; ngtcp2_crypto_hp_mask() local [all...] |
/third_party/node/deps/ngtcp2/ngtcp2/crypto/boringssl/ |
H A D | boringssl.c | 202 EVP_AEAD_CTX *actx; in ngtcp2_crypto_aead_ctx_encrypt_init() local 330 EVP_AEAD_CTX *actx = aead_ctx->native_handle; in ngtcp2_crypto_encrypt() local 348 EVP_AEAD_CTX *actx = aead_ctx->native_handle; in ngtcp2_crypto_decrypt() local
|
/third_party/node/deps/openssl/openssl/engines/ |
H A D | e_afalg.c | 405 static ossl_inline int afalg_set_key(afalg_ctx *actx, const unsigned char *key, in afalg_set_key() argument 418 static int afalg_create_sk(afalg_ctx *actx, const char *ciphertype, in afalg_create_sk() argument 463 afalg_start_cipher_sk(afalg_ctx *actx, const unsigned char *in, size_t inl, const unsigned char *iv, unsigned int enc) afalg_start_cipher_sk() argument 557 afalg_ctx *actx; afalg_cipher_init() local 627 afalg_ctx *actx; afalg_do_cipher() local 677 afalg_ctx *actx; afalg_cipher_cleanup() local [all...] |