Home
last modified time | relevance | path

Searched refs:CK_AES_GMAC_PARAMS (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/contrib/openzfs/include/sys/crypto/
H A Dcommon.h91 typedef struct CK_AES_GMAC_PARAMS { struct
95 } CK_AES_GMAC_PARAMS; argument
/f-stack/freebsd/contrib/openzfs/module/icp/io/
H A Daes.c265 param_len = sizeof (CK_AES_GMAC_PARAMS); in aes_check_mech_param()
1363 mechanism->cm_param_len != sizeof (CK_AES_GMAC_PARAMS)) { in aes_common_init_ctx()
1389 CK_AES_GMAC_PARAMS *params = (CK_AES_GMAC_PARAMS *)mech->cm_param; in process_gmac_mech()
1394 if (mech->cm_param_len != sizeof (CK_AES_GMAC_PARAMS)) in process_gmac_mech()
/f-stack/freebsd/contrib/openzfs/module/icp/algs/modes/
H A Dgcm.c676 CK_AES_GMAC_PARAMS *gmac_param; in gmac_init_ctx()
679 gmac_param = (CK_AES_GMAC_PARAMS *)(void *)param; in gmac_init_ctx()