Searched defs:actx (Results 1 – 10 of 10) sorted by relevance
/freebsd-src/crypto/openssl/crypto/evp/ |
H A 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
|
/freebsd-src/crypto/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() 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
|
/freebsd-src/crypto/openssl/providers/implementations/ciphers/ |
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_ccm_hw.c | 30 PROV_AES_CCM_CTX *actx = (PROV_AES_CCM_CTX *)ctx; in ccm_generic_aes_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
|
/freebsd-src/usr.sbin/bhyve/ |
H A D | hda_codec.c | 186 struct hda_audio_ctxt actx; member 581 struct hda_audio_ctxt *actx = NULL; hda_codec_notify() local 862 struct hda_audio_ctxt *actx = arg; hda_audio_ctxt_thr() local 880 hda_audio_ctxt_init(struct hda_audio_ctxt * actx,const char * tname,transfer_func_t do_transfer,setup_func_t do_setup,void * priv) hda_audio_ctxt_init() argument 919 hda_audio_ctxt_start(struct hda_audio_ctxt * actx) hda_audio_ctxt_start() argument 942 hda_audio_ctxt_stop(struct hda_audio_ctxt * actx) hda_audio_ctxt_stop() argument [all...] |
/freebsd-src/contrib/wpa/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...] |
H A D | crypto_openssl.c | 506 AES_KEY actx; aes_wrap() local 522 AES_KEY actx; aes_unwrap() local [all...] |
/freebsd-src/sys/dev/qat_c2xxx/ |
H A D | qat_ae.c | 907 uint32_t cnt, actx; in qat_ae_wait_num_cycles() local
|