Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/crypto/ccree/
Dcc_crypto_ctx.h108 DRV_HASH_NULL = -1, enumerator
Dcc_aead.c101 } else if (ctx->auth_mode != DRV_HASH_NULL) { /* HMAC auth. */ in cc_aead_exit()
168 } else if (ctx->auth_mode != DRV_HASH_NULL) { /* HMAC authentication */ in cc_aead_init()
387 case DRV_HASH_NULL: /* Not authenc (e.g., CCM) - no auth_key) */ in validate_keys_sizes()
556 if (ctx->auth_mode != DRV_HASH_NULL) { /* authenc() alg. */ in cc_aead_setkey()
602 } else if (ctx->auth_mode != DRV_HASH_NULL) { /* HMAC */ in cc_aead_setkey()
618 case DRV_HASH_NULL: /* non-authenc modes, e.g., CCM */ in cc_aead_setkey()
2023 case DRV_HASH_NULL: in cc_proc_aead()
2511 .auth_mode = DRV_HASH_NULL,
2530 .auth_mode = DRV_HASH_NULL,
2549 .auth_mode = DRV_HASH_NULL,
[all …]
Dcc_hash.c147 if (ctx->hash_mode != DRV_HASH_NULL) { in cc_init_req()
194 if (is_hmac && ctx->hash_mode != DRV_HASH_NULL) { in cc_map_req()
1702 .hash_mode = DRV_HASH_NULL,
1725 .hash_mode = DRV_HASH_NULL,
2187 case DRV_HASH_NULL: in cc_larval_digest_addr()