Home
last modified time | relevance | path

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

/optee_os/core/tee/
H A Dtee_svc_cryp.c2631 uint32_t req_key_type; in tee_svc_cryp_check_key_type() local
2636 req_key_type = TEE_TYPE_HMAC_MD5; in tee_svc_cryp_check_key_type()
2639 req_key_type = TEE_TYPE_HMAC_SHA1; in tee_svc_cryp_check_key_type()
2642 req_key_type = TEE_TYPE_HMAC_SHA224; in tee_svc_cryp_check_key_type()
2645 req_key_type = TEE_TYPE_HMAC_SHA256; in tee_svc_cryp_check_key_type()
2648 req_key_type = TEE_TYPE_HMAC_SHA384; in tee_svc_cryp_check_key_type()
2651 req_key_type = TEE_TYPE_HMAC_SHA512; in tee_svc_cryp_check_key_type()
2654 req_key_type = TEE_TYPE_HMAC_SHA3_224; in tee_svc_cryp_check_key_type()
2657 req_key_type = TEE_TYPE_HMAC_SHA3_256; in tee_svc_cryp_check_key_type()
2660 req_key_type = TEE_TYPE_HMAC_SHA3_384; in tee_svc_cryp_check_key_type()
[all …]