Searched refs:hashOutputSizeBytes (Results 1 – 1 of 1) sorted by relevance
973 OUT size_t * hashOutputSizeBytes) in convert_mbedtls_md_type_to_cc_rsa_hash_opmode() argument982 *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() local1810 &hashOutputSizeBytes)) != CC_OK ) in mbedtls_rsa_rsaes_oaep_encrypt()2027 size_t hashOutputSizeBytes = 0; in mbedtls_rsa_rsaes_oaep_decrypt() local2057 &hashOutputSizeBytes) ) != CC_OK ) in mbedtls_rsa_rsaes_oaep_decrypt()[all …]