Searched refs:DRV_HASH_NULL (Results 1 – 3 of 3) sorted by relevance
/linux-6.3-rc2/drivers/crypto/ccree/ |
A D | cc_crypto_ctx.h | 115 DRV_HASH_NULL = -1, enumerator
|
A D | cc_aead.c | 94 } else if (ctx->auth_mode != DRV_HASH_NULL) { /* HMAC auth. */ in cc_aead_exit() 379 case DRV_HASH_NULL: /* Not authenc (e.g., CCM) - no auth_key) */ in validate_keys_sizes() 557 if (ctx->auth_mode != DRV_HASH_NULL) { /* authenc() alg. */ in cc_aead_setkey() 601 } else if (ctx->auth_mode != DRV_HASH_NULL) { /* HMAC */ in cc_aead_setkey() 617 case DRV_HASH_NULL: /* non-authenc modes, e.g., CCM */ in cc_aead_setkey() 1994 case DRV_HASH_NULL: in cc_proc_aead() 2474 .auth_mode = DRV_HASH_NULL, 2494 .auth_mode = DRV_HASH_NULL, 2514 .auth_mode = DRV_HASH_NULL, 2534 .auth_mode = DRV_HASH_NULL, [all …]
|
A D | cc_hash.c | 162 if (ctx->hash_mode != DRV_HASH_NULL) { in cc_init_req() 209 if (is_hmac && ctx->hash_mode != DRV_HASH_NULL) { in cc_map_req() 1788 .hash_mode = DRV_HASH_NULL, 1813 .hash_mode = DRV_HASH_NULL, 2248 case DRV_HASH_NULL: in cc_larval_digest_addr()
|
Completed in 24 milliseconds