Searched refs:check_pair_func (Results 1 – 3 of 3) sorted by relevance
/mbedtls-latest/library/ |
D | pk_wrap.c | 507 .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,
|
D | pk_wrap.h | 75 int (*check_pair_func)(mbedtls_pk_context *pub, mbedtls_pk_context *prv, member
|
D | pk.c | 1428 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()
|