Searched refs:hash_id (Results 1 – 7 of 7) sorted by relevance
/openthread-latest/third_party/mbedtls/repo/library/ |
D | rsa.c | 957 ctx->hash_id = MBEDTLS_MD_NONE; in mbedtls_rsa_init() 971 mbedtls_md_type_t hash_id) in mbedtls_rsa_set_padding() argument 989 (hash_id != MBEDTLS_MD_NONE)) { in mbedtls_rsa_set_padding() 991 if (mbedtls_md_info_from_type(hash_id) == NULL) { in mbedtls_rsa_set_padding() 998 ctx->hash_id = hash_id; in mbedtls_rsa_set_padding() 1016 return ctx->hash_id; in mbedtls_rsa_get_md_alg() 1777 hlen = mbedtls_md_get_size_from_type((mbedtls_md_type_t) ctx->hash_id); in mbedtls_rsa_rsaes_oaep_encrypt() 1801 ret = compute_hash((mbedtls_md_type_t) ctx->hash_id, label, label_len, p); in mbedtls_rsa_rsaes_oaep_encrypt() 1814 (mbedtls_md_type_t) ctx->hash_id)) != 0) { in mbedtls_rsa_rsaes_oaep_encrypt() 1820 (mbedtls_md_type_t) ctx->hash_id)) != 0) { in mbedtls_rsa_rsaes_oaep_encrypt() [all …]
|
/openthread-latest/third_party/mbedtls/repo/include/mbedtls/ |
D | rsa.h | 114 int MBEDTLS_PRIVATE(hash_id); /*!< Hash identifier of mbedtls_md_type_t type, 176 mbedtls_md_type_t hash_id);
|
/openthread-latest/third_party/mbedtls/repo/tests/suites/ |
D | test_suite_ssl_decrypt.function | 17 void ssl_decrypt_null(int hash_id) 48 cipher_type, hash_id, 0, 0, 124 void ssl_decrypt_non_etm_cbc(int cipher_type, int hash_id, int trunc_hmac, 160 ret = mbedtls_test_ssl_build_transforms(&t0, &t1, cipher_type, hash_id,
|
D | test_suite_ssl.function | 1224 void ssl_crypt_record(int cipher_type, int hash_id, 1248 ret = mbedtls_test_ssl_build_transforms(&t0, &t1, cipher_type, hash_id, 1355 void ssl_crypt_record_small(int cipher_type, int hash_id, 1402 ret = mbedtls_test_ssl_build_transforms(&t0, &t1, cipher_type, hash_id,
|
/openthread-latest/third_party/mbedtls/repo/tests/include/test/ |
D | ssl_helpers.h | 517 int cipher_type, int hash_id,
|
/openthread-latest/third_party/mbedtls/repo/tests/src/test_helpers/ |
D | ssl_helpers.c | 1252 int cipher_type, int hash_id, in mbedtls_test_ssl_build_transforms() argument 1350 mbedtls_md_info_t const *md_info = mbedtls_md_info_from_type((mbedtls_md_type_t) hash_id); in mbedtls_test_ssl_build_transforms() 1353 maclen = mbedtls_md_get_size_from_type((mbedtls_md_type_t) hash_id); in mbedtls_test_ssl_build_transforms() 1362 alg = mbedtls_md_psa_alg_from_type(hash_id); in mbedtls_test_ssl_build_transforms() 1419 ((void) hash_id); in mbedtls_test_ssl_build_transforms()
|
/openthread-latest/third_party/mbedtls/repo/docs/ |
D | 3.0-migration-guide.md | 376 mbedtls_rsa_init(ctx, padding, hash_id); 383 mbedtls_rsa_set_padding(ctx, padding, hash_id);
|