Searched defs:hmac_size (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftKeystoreUtil.c2091 CK_ULONG out_len = 0, hmac_size; local
2094 hmac_size = OBJ_HMAC_SIZE;
2096 nread, obj_hmac, &hmac_size) != CKR_OK) {
2211 CK_ULONG hmac_size; local
2366 hmac_size = OBJ_HMAC_SIZE;
2368 out_len, obj_hmac, &hmac_size) != CKR_OK) {
2373 if (hmac_size != OBJ_HMAC_SIZE) {
2486 CK_ULONG hmac_size; local
2615 hmac_size = OBJ_HMAC_SIZE;
2617 out_len, obj_hmac, &hmac_size) !
[all...]

Completed in 20 milliseconds