/third_party/openssl/crypto/evp/ |
D | e_chacha20_poly1305.c | 165 # define POLY1305_ctx(actx) ((POLY1305 *)(actx + 1)) argument 171 EVP_CHACHA_AEAD_CTX *actx = aead_data(ctx); in chacha20_poly1305_init_key() local 217 EVP_CHACHA_AEAD_CTX *actx = aead_data(ctx); in chacha20_poly1305_tls_cipher() local 367 EVP_CHACHA_AEAD_CTX *actx = aead_data(ctx); in chacha20_poly1305_cipher() local 490 EVP_CHACHA_AEAD_CTX *actx = aead_data(ctx); in chacha20_poly1305_cleanup() local 499 EVP_CHACHA_AEAD_CTX *actx = aead_data(ctx); in chacha20_poly1305_ctrl() local
|
/third_party/node/deps/openssl/openssl/crypto/evp/ |
D | e_chacha20_poly1305.c | 165 # define POLY1305_ctx(actx) ((POLY1305 *)(actx + 1)) argument 171 EVP_CHACHA_AEAD_CTX *actx = aead_data(ctx); in chacha20_poly1305_init_key() local 217 EVP_CHACHA_AEAD_CTX *actx = aead_data(ctx); in chacha20_poly1305_tls_cipher() local 367 EVP_CHACHA_AEAD_CTX *actx = aead_data(ctx); in chacha20_poly1305_cipher() local 490 EVP_CHACHA_AEAD_CTX *actx = aead_data(ctx); in chacha20_poly1305_cleanup() local 499 EVP_CHACHA_AEAD_CTX *actx = aead_data(ctx); in chacha20_poly1305_ctrl() local
|
/third_party/node/deps/openssl/openssl/engines/ |
D | e_afalg.c | 405 static ossl_inline int afalg_set_key(afalg_ctx *actx, const unsigned char *key, in afalg_set_key() 418 static int afalg_create_sk(afalg_ctx *actx, const char *ciphertype, in afalg_create_sk() 463 static int afalg_start_cipher_sk(afalg_ctx *actx, const unsigned char *in, in afalg_start_cipher_sk() 557 afalg_ctx *actx; in afalg_cipher_init() local 627 afalg_ctx *actx; in afalg_do_cipher() local 677 afalg_ctx *actx; in afalg_cipher_cleanup() local
|
/third_party/openssl/engines/ |
D | e_afalg.c | 405 static ossl_inline int afalg_set_key(afalg_ctx *actx, const unsigned char *key, in afalg_set_key() 418 static int afalg_create_sk(afalg_ctx *actx, const char *ciphertype, in afalg_create_sk() 463 static int afalg_start_cipher_sk(afalg_ctx *actx, const unsigned char *in, in afalg_start_cipher_sk() 557 afalg_ctx *actx; in afalg_cipher_init() local 627 afalg_ctx *actx; in afalg_do_cipher() local 677 afalg_ctx *actx; in afalg_cipher_cleanup() local
|
/third_party/openssl/providers/implementations/ciphers/ |
D | cipher_aria_ccm_hw.c | 19 PROV_ARIA_CCM_CTX *actx = (PROV_ARIA_CCM_CTX *)ctx; in ccm_aria_initkey() local
|
D | cipher_aria_gcm_hw.c | 19 PROV_ARIA_GCM_CTX *actx = (PROV_ARIA_GCM_CTX *)ctx; in aria_gcm_initkey() local
|
D | cipher_aes_ccm_hw.c | 30 PROV_AES_CCM_CTX *actx = (PROV_AES_CCM_CTX *)ctx; in ccm_generic_aes_initkey() local
|
D | cipher_aes_gcm_hw.c | 23 PROV_AES_GCM_CTX *actx = (PROV_AES_GCM_CTX *)ctx; in aes_gcm_initkey() local
|
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/ |
D | cipher_aria_ccm_hw.c | 19 PROV_ARIA_CCM_CTX *actx = (PROV_ARIA_CCM_CTX *)ctx; in ccm_aria_initkey() local
|
D | cipher_aria_gcm_hw.c | 19 PROV_ARIA_GCM_CTX *actx = (PROV_ARIA_GCM_CTX *)ctx; in aria_gcm_initkey() local
|
D | cipher_aes_ccm_hw.c | 30 PROV_AES_CCM_CTX *actx = (PROV_AES_CCM_CTX *)ctx; in ccm_generic_aes_initkey() local
|
D | cipher_aes_gcm_hw.c | 23 PROV_AES_GCM_CTX *actx = (PROV_AES_GCM_CTX *)ctx; in aes_gcm_initkey() local
|
/third_party/node/deps/ngtcp2/ngtcp2/crypto/openssl/ |
D | openssl.c | 204 EVP_CIPHER_CTX *actx; in ngtcp2_crypto_aead_ctx_encrypt_init() local 251 EVP_CIPHER_CTX *actx; in ngtcp2_crypto_aead_ctx_decrypt_init() local 302 EVP_CIPHER_CTX *actx; in ngtcp2_crypto_cipher_ctx_encrypt_init() local 496 EVP_CIPHER_CTX *actx = aead_ctx->native_handle; in ngtcp2_crypto_encrypt() local 535 EVP_CIPHER_CTX *actx = aead_ctx->native_handle; in ngtcp2_crypto_decrypt() local 580 EVP_CIPHER_CTX *actx = hp_ctx->native_handle; in ngtcp2_crypto_hp_mask() local
|
/third_party/node/deps/ngtcp2/ngtcp2/crypto/picotls/ |
D | picotls.c | 178 ptls_aead_context_t *actx; in ngtcp2_crypto_aead_ctx_encrypt_init() local 199 ptls_aead_context_t *actx; in ngtcp2_crypto_aead_ctx_decrypt_init() local 224 ptls_cipher_context_t *actx; in ngtcp2_crypto_cipher_ctx_encrypt_init() local 303 ptls_aead_context_t *actx = aead_ctx->native_handle; in ngtcp2_crypto_encrypt() local 322 ptls_aead_context_t *actx = aead_ctx->native_handle; in ngtcp2_crypto_decrypt() local 342 ptls_cipher_context_t *actx = hp_ctx->native_handle; in ngtcp2_crypto_hp_mask() local
|
/third_party/node/deps/ngtcp2/ngtcp2/crypto/wolfssl/ |
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; in ngtcp2_crypto_hp_mask() local
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
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
|
D | crypto_openssl.c | 506 AES_KEY actx; in aes_wrap() local 522 AES_KEY actx; in aes_unwrap() local
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
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
|
D | crypto_openssl.c | 433 AES_KEY actx; in aes_wrap() local 449 AES_KEY actx; in aes_unwrap() local
|
/third_party/ntfs-3g/include/ntfs-3g/ |
D | index.h | 125 ntfs_attr_search_ctx *actx; member
|
/third_party/node/deps/ngtcp2/ngtcp2/crypto/boringssl/ |
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/mesa3d/src/gallium/frontends/nine/ |
D | swapchain9.h | 52 struct d3dadapter9_context *actx; member
|
/third_party/ntfs-3g/libntfs-3g/ |
D | dir.c | 1908 ntfs_attr_search_ctx *actx = NULL; in ntfs_delete() local 2505 ntfs_attr_search_ctx *actx; in set_namespace() local 2868 ntfs_attr_search_ctx *actx; in ntfs_dir_link_cnt() local
|
/third_party/ntfs-3g/src/ |
D | ntfs-3g_common.c | 690 int ntfs_fuse_listxattr_common(ntfs_inode *ni, ntfs_attr_search_ctx *actx,
|
D | ntfs-3g.c | 3149 ntfs_attr_search_ctx *actx = NULL; in ntfs_fuse_listxattr() local 3202 ntfs_attr_search_ctx *actx = NULL; in ntfs_fuse_getxattr_windows() local
|