Home
last modified time | relevance | path

Searched defs:actx (Results 1 – 25 of 26) sorted by relevance

12

/third_party/openssl/crypto/evp/
De_chacha20_poly1305.c165 # 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/
De_chacha20_poly1305.c165 # 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/
De_afalg.c405 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/
De_afalg.c405 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/
Dcipher_aria_ccm_hw.c19 PROV_ARIA_CCM_CTX *actx = (PROV_ARIA_CCM_CTX *)ctx; in ccm_aria_initkey() local
Dcipher_aria_gcm_hw.c19 PROV_ARIA_GCM_CTX *actx = (PROV_ARIA_GCM_CTX *)ctx; in aria_gcm_initkey() local
Dcipher_aes_ccm_hw.c30 PROV_AES_CCM_CTX *actx = (PROV_AES_CCM_CTX *)ctx; in ccm_generic_aes_initkey() local
Dcipher_aes_gcm_hw.c23 PROV_AES_GCM_CTX *actx = (PROV_AES_GCM_CTX *)ctx; in aes_gcm_initkey() local
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/
Dcipher_aria_ccm_hw.c19 PROV_ARIA_CCM_CTX *actx = (PROV_ARIA_CCM_CTX *)ctx; in ccm_aria_initkey() local
Dcipher_aria_gcm_hw.c19 PROV_ARIA_GCM_CTX *actx = (PROV_ARIA_GCM_CTX *)ctx; in aria_gcm_initkey() local
Dcipher_aes_ccm_hw.c30 PROV_AES_CCM_CTX *actx = (PROV_AES_CCM_CTX *)ctx; in ccm_generic_aes_initkey() local
Dcipher_aes_gcm_hw.c23 PROV_AES_GCM_CTX *actx = (PROV_AES_GCM_CTX *)ctx; in aes_gcm_initkey() local
/third_party/node/deps/ngtcp2/ngtcp2/crypto/openssl/
Dopenssl.c204 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/
Dpicotls.c178 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/
Dwolfssl.c152 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/
Dcrypto_nettle.c263 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
Dcrypto_openssl.c506 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/
Dcrypto_nettle.c263 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
Dcrypto_openssl.c433 AES_KEY actx; in aes_wrap() local
449 AES_KEY actx; in aes_unwrap() local
/third_party/ntfs-3g/include/ntfs-3g/
Dindex.h125 ntfs_attr_search_ctx *actx; member
/third_party/node/deps/ngtcp2/ngtcp2/crypto/boringssl/
Dboringssl.c202 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/
Dswapchain9.h52 struct d3dadapter9_context *actx; member
/third_party/ntfs-3g/libntfs-3g/
Ddir.c1908 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/
Dntfs-3g_common.c690 int ntfs_fuse_listxattr_common(ntfs_inode *ni, ntfs_attr_search_ctx *actx,
Dntfs-3g.c3149 ntfs_attr_search_ctx *actx = NULL; in ntfs_fuse_listxattr() local
3202 ntfs_attr_search_ctx *actx = NULL; in ntfs_fuse_getxattr_windows() local

12