Home
last modified time | relevance | path

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

/optee_os/ta/pkcs11/src/
H A Dprocessing_digest.c28 case PKCS11_CKM_SHA_1: in processing_is_tee_digest()
47 { PKCS11_CKM_SHA_1, TEE_ALG_SHA1 }, in pkcs2tee_algorithm()
H A Dprocessing_rsa.c71 case PKCS11_CKM_SHA_1: in pkcs2tee_validate_rsa_pss()
144 if (hash == PKCS11_CKM_SHA_1 && mgf == PKCS11_CKG_MGF1_SHA1) { in pkcs2tee_algo_rsa_pss()
173 if (hash != PKCS11_CKM_SHA_1 || mgf != PKCS11_CKG_MGF1_SHA1) in pkcs2tee_algo_rsa_pss()
365 case PKCS11_CKM_SHA_1: in pkcs2tee_algo_rsa_oaep()
460 case PKCS11_CKM_SHA_1: in pkcs2tee_algo_rsa_aes_wrap()
H A Dtoken_capabilities.c88 MECHANISM(PKCS11_CKM_SHA_1, PKCS11_CKFM_DIGEST, ANY_PART),
248 TA_MECHANISM(PKCS11_CKM_SHA_1, PKCS11_CKFM_DIGEST),
H A Dpkcs11_attributes.c628 uint32_t default_name_hash_alg = PKCS11_CKM_SHA_1; in create_certificate_attributes()
/optee_os/ta/pkcs11/include/
H A Dpkcs11_ta.h1294 PKCS11_CKM_SHA_1 = 0x00220, enumerator