Home
last modified time | relevance | path

Searched refs:CK_AES_CTR_PARAMS (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/contrib/openzfs/include/sys/crypto/
H A Dcommon.h65 typedef struct CK_AES_CTR_PARAMS { struct
68 } CK_AES_CTR_PARAMS; typedef
/f-stack/freebsd/contrib/openzfs/module/icp/io/
H A Daes.c253 param_len = sizeof (CK_AES_CTR_PARAMS); in aes_check_mech_param()
1332 CK_AES_CTR_PARAMS *pp; in aes_common_init_ctx()
1335 mechanism->cm_param_len != sizeof (CK_AES_CTR_PARAMS)) { in aes_common_init_ctx()
1338 pp = (CK_AES_CTR_PARAMS *)(void *)mechanism->cm_param; in aes_common_init_ctx()