Home
last modified time | relevance | path

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

/drivers/staging/ccree/
Dssi_aead.c123 } else if (ctx->auth_mode != DRV_HASH_NULL) { /* HMAC auth. */ in ssi_aead_exit()
188 } else if (ctx->auth_mode != DRV_HASH_NULL) { /* HMAC authentication */ in ssi_aead_init()
393 case DRV_HASH_NULL: /* Not authenc (e.g., CCM) - no auth_key) */ in validate_keys_sizes()
561 if (ctx->auth_mode != DRV_HASH_NULL) { /* authenc() alg. */ in ssi_aead_setkey()
606 } else if (ctx->auth_mode != DRV_HASH_NULL) { /* HMAC */ in ssi_aead_setkey()
622 case DRV_HASH_NULL: /* non-authenc modes, e.g., CCM */ in ssi_aead_setkey()
2086 case DRV_HASH_NULL: in ssi_aead_process()
2574 .auth_mode = DRV_HASH_NULL,
2593 .auth_mode = DRV_HASH_NULL,
2614 .auth_mode = DRV_HASH_NULL,
[all …]
Dcc_crypto_ctx.h146 DRV_HASH_NULL = -1, enumerator
Dssi_hash.c227 if (ctx->hash_mode != DRV_HASH_NULL) { in ssi_hash_map_request()
262 if (is_hmac && ctx->hash_mode != DRV_HASH_NULL) { in ssi_hash_map_request()
2025 .hash_mode = DRV_HASH_NULL,
2048 .hash_mode = DRV_HASH_NULL,
2498 case DRV_HASH_NULL: in ssi_ahash_get_larval_digest_sram_addr()