Home
last modified time | relevance | path

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

/mbedtls-latest/library/
Dpk_wrap.c507 .check_pair_func = rsa_check_pair_wrap,
1136 .check_pair_func = eckey_check_pair_wrap,
1169 .check_pair_func = eckey_check_pair_wrap,
1261 .check_pair_func = eckey_check_pair_wrap, /* Compatible key structures */
1398 .check_pair_func = rsa_alt_check_pair,
1400 .check_pair_func = NULL,
1453 .check_pair_func = ecdsa_opaque_check_pair_wrap,
1576 .check_pair_func = NULL,
Dpk_wrap.h75 int (*check_pair_func)(mbedtls_pk_context *pub, mbedtls_pk_context *prv, member
Dpk.c1428 if (prv->pk_info->check_pair_func == NULL) { in mbedtls_pk_check_pair()
1443 return prv->pk_info->check_pair_func((mbedtls_pk_context *) pub, in mbedtls_pk_check_pair()