Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/crypto/
H A Dn2_core.c289 #define N2_HASH_KEY_MAX 32 /* HW limit for all HMAC requests */ macro
297 unsigned char hash_key[N2_HASH_KEY_MAX];
474 BUG_ON(ds > N2_HASH_KEY_MAX); in n2_hmac_async_setkey()
481 } else if (keylen <= N2_HASH_KEY_MAX) in n2_hmac_async_setkey()
635 unlikely(ctx->hash_key_len > N2_HASH_KEY_MAX)) { in n2_hmac_async_digest()
/kernel/linux/linux-6.6/drivers/crypto/
H A Dn2_core.c291 #define N2_HASH_KEY_MAX 32 /* HW limit for all HMAC requests */ macro
299 unsigned char hash_key[N2_HASH_KEY_MAX];
476 BUG_ON(ds > N2_HASH_KEY_MAX); in n2_hmac_async_setkey()
483 } else if (keylen <= N2_HASH_KEY_MAX) in n2_hmac_async_setkey()
637 unlikely(ctx->hash_key_len > N2_HASH_KEY_MAX)) { in n2_hmac_async_digest()

Completed in 6 milliseconds