Searched defs:CK_AES_CTR_PARAMS (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/usr/src/uts/common/sys/crypto/ | ||
H A D | common.h | 70 /* CK_AES_CTR_PARAMS provides parameters to the CKM_AES_CTR mechanism */ 71 typedef struct CK_AES_CTR_PARAMS { struct 74 } CK_AES_CTR_PARAMS; typedef in typeref:struct:CK_AES_CTR_PARAMS |
/illumos-gate/usr/src/lib/pkcs11/include/ | ||
H A D | pkcs11t.h | 1851 /* CK_AES_CTR_PARAMS is new for PKCS #11 v2.20 amendment 3 */ 1852 typedef struct CK_AES_CTR_PARAMS { struct 1855 } CK_AES_CTR_PARAMS; typedef in typeref:struct:CK_AES_CTR_PARAMS 1857 typedef CK_AES_CTR_PARAMS CK_PTR CK_AES_CTR_PARAMS_PTR; |
Completed in 55 milliseconds