Home
last modified time | relevance | path

Searched refs:DRV_HASH_NULL (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/drivers/crypto/ccree/
Dcc_crypto_ctx.h116 DRV_HASH_NULL = -1, enumerator
Dcc_aead.c98 } else if (ctx->auth_mode != DRV_HASH_NULL) { /* HMAC auth. */ in cc_aead_exit()
172 } else if (ctx->auth_mode != DRV_HASH_NULL) { /* HMAC authentication */ in cc_aead_init()
382 case DRV_HASH_NULL: /* Not authenc (e.g., CCM) - no auth_key) */ in validate_keys_sizes()
559 if (ctx->auth_mode != DRV_HASH_NULL) { /* authenc() alg. */ in cc_aead_setkey()
604 } else if (ctx->auth_mode != DRV_HASH_NULL) { /* HMAC */ in cc_aead_setkey()
620 case DRV_HASH_NULL: /* non-authenc modes, e.g., CCM */ in cc_aead_setkey()
2009 case DRV_HASH_NULL: in cc_proc_aead()
2533 .auth_mode = DRV_HASH_NULL,
2553 .auth_mode = DRV_HASH_NULL,
2573 .auth_mode = DRV_HASH_NULL,
[all …]
Dcc_hash.c155 if (ctx->hash_mode != DRV_HASH_NULL) { in cc_init_req()
202 if (is_hmac && ctx->hash_mode != DRV_HASH_NULL) { in cc_map_req()
1789 .hash_mode = DRV_HASH_NULL,
1814 .hash_mode = DRV_HASH_NULL,
2299 case DRV_HASH_NULL: in cc_larval_digest_addr()