Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/codesafe/src/mbedtls_api/
Drsa_alt.c973 OUT size_t * hashOutputSizeBytes) in convert_mbedtls_md_type_to_cc_rsa_hash_opmode() argument
982 *hashOutputSizeBytes = CC_HASH_SHA1_DIGEST_SIZE_IN_BYTES; in convert_mbedtls_md_type_to_cc_rsa_hash_opmode()
986 *hashOutputSizeBytes = CC_HASH_SHA224_DIGEST_SIZE_IN_BYTES; in convert_mbedtls_md_type_to_cc_rsa_hash_opmode()
990 *hashOutputSizeBytes = CC_HASH_SHA256_DIGEST_SIZE_IN_BYTES; in convert_mbedtls_md_type_to_cc_rsa_hash_opmode()
994 *hashOutputSizeBytes = CC_HASH_SHA384_DIGEST_SIZE_IN_BYTES; in convert_mbedtls_md_type_to_cc_rsa_hash_opmode()
998 *hashOutputSizeBytes = CC_HASH_SHA512_DIGEST_SIZE_IN_BYTES; in convert_mbedtls_md_type_to_cc_rsa_hash_opmode()
1773 size_t hashOutputSizeBytes = 0; in mbedtls_rsa_rsaes_oaep_encrypt() local
1810 &hashOutputSizeBytes)) != CC_OK ) in mbedtls_rsa_rsaes_oaep_encrypt()
2027 size_t hashOutputSizeBytes = 0; in mbedtls_rsa_rsaes_oaep_decrypt() local
2057 &hashOutputSizeBytes) ) != CC_OK ) in mbedtls_rsa_rsaes_oaep_decrypt()
[all …]