Searched defs:actx (Results 1 – 9 of 9) sorted by relevance
/freebsd/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/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() 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...] |
/freebsd/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/usr.sbin/bhyve/ |
H A D | hda_codec.c | 186 struct hda_audio_ctxt actx; member 584 struct hda_audio_ctxt *actx = NULL; in hda_codec_notify() local 865 struct hda_audio_ctxt *actx = arg; in hda_audio_ctxt_thr() local 883 hda_audio_ctxt_init(struct hda_audio_ctxt *actx, const char *tname, in hda_audio_ctxt_init() 922 hda_audio_ctxt_start(struct hda_audio_ctxt *actx) in hda_audio_ctxt_start() 945 hda_audio_ctxt_stop(struct hda_audio_ctxt *actx) in hda_audio_ctxt_stop()
|
/freebsd/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
|
/freebsd/sys/dev/qat_c2xxx/ |
H A D | qat_ae.c | 907 uint32_t cnt, actx; in qat_ae_wait_num_cycles() local
|