Searched refs:encr_key (Results 1 – 4 of 4) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/include/sys/crypto/ |
| H A D | api.h | 214 crypto_key_t *encr_key, crypto_key_t *mac_key, 223 crypto_mechanism_t *mac_mech, crypto_key_t *encr_key,
|
| /f-stack/dpdk/drivers/common/cpt/ |
| H A D | cpt_mcode_defines.h | 282 uint8_t encr_key[32]; member
|
| H A D | cpt_ucode.h | 271 memcpy(fctx->enc.encr_key+key_len, key, key_len); in cpt_fc_ciph_set_key() 272 memcpy(fctx->enc.encr_key+2*key_len, key, key_len); in cpt_fc_ciph_set_key() 330 memcpy(fctx->enc.encr_key, key, key_len); in cpt_fc_ciph_set_key()
|
| /f-stack/freebsd/contrib/openzfs/module/icp/include/sys/crypto/ |
| H A D | impl.h | 880 #define KCF_PROV_ENCRYPT_MAC_INIT(pd, ctx, encr_mech, encr_key, mac_mech, \ argument 885 ctx, encr_mech, encr_key, mac_mech, mac_key, encr_ctx_template, \ 910 #define KCF_PROV_ENCRYPT_MAC_ATOMIC(pd, session, encr_mech, encr_key, \ argument 916 (pd)->pd_prov_handle, session, encr_mech, encr_key, \
|