Home
last modified time | relevance | path

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

/openthread-2.7.6/third_party/mbedtls/repo/include/mbedtls/
Drsa.h125 int hash_id; /*!< Hash identifier of mbedtls_md_type_t type, member
168 int hash_id );
409 int hash_id );
/openthread-2.7.6/third_party/mbedtls/repo/library/
Drsa.c482 int hash_id ) in mbedtls_rsa_init() argument
490 mbedtls_rsa_set_padding( ctx, padding, hash_id ); in mbedtls_rsa_init()
501 int hash_id ) in mbedtls_rsa_set_padding() argument
508 ctx->hash_id = hash_id; in mbedtls_rsa_set_padding()
1176 md_info = mbedtls_md_info_from_type( (mbedtls_md_type_t) ctx->hash_id ); in mbedtls_rsa_rsaes_oaep_encrypt()
1382 md_info = mbedtls_md_info_from_type( (mbedtls_md_type_t) ctx->hash_id ); in mbedtls_rsa_rsaes_oaep_decrypt()
1836 md_info = mbedtls_md_info_from_type( (mbedtls_md_type_t) ctx->hash_id ); in mbedtls_rsa_rsassa_pss_sign()
2340 mgf1_hash_id = ( ctx->hash_id != MBEDTLS_MD_NONE ) in mbedtls_rsa_rsassa_pss_verify()
2341 ? (mbedtls_md_type_t) ctx->hash_id in mbedtls_rsa_rsassa_pss_verify()
2508 dst->hash_id = src->hash_id; in mbedtls_rsa_copy()
/openthread-2.7.6/third_party/mbedtls/repo/tests/suites/
Dtest_suite_ssl.function1185 int cipher_type, int hash_id,
1264 md_info = mbedtls_md_info_from_type( hash_id );
1301 ((void) hash_id);
3170 void ssl_crypt_record( int cipher_type, int hash_id,
3192 TEST_ASSERT( build_transforms( &t0, &t1, cipher_type, hash_id,
3303 void ssl_crypt_record_small( int cipher_type, int hash_id,
3348 TEST_ASSERT( build_transforms( &t0, &t1, cipher_type, hash_id,
3469 void ssl_decrypt_non_etm_cbc( int cipher_type, int hash_id, int trunc_hmac,
3506 TEST_ASSERT( build_transforms( &t0, &t1, cipher_type, hash_id,