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

/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftKeystoreUtil.c2084 CK_ULONG out_len = 0, hmac_size; local
2087 hmac_size = OBJ_HMAC_SIZE;
2089 nread, obj_hmac, &hmac_size) != CKR_OK) {
2204 CK_ULONG hmac_size; local
2359 hmac_size = OBJ_HMAC_SIZE;
2361 out_len, obj_hmac, &hmac_size) != CKR_OK) {
2366 if (hmac_size != OBJ_HMAC_SIZE) {
2479 CK_ULONG hmac_size; local
2608 hmac_size = OBJ_HMAC_SIZE;
2610 out_len, obj_hmac, &hmac_size) !
[all...]

Completed in 46 milliseconds