Home
last modified time | relevance | path

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

/openthread-3.6.0/third_party/mbedtls/repo/library/
Dpk_wrap.c233 static int ecdsa_verify_wrap( void *ctx, mbedtls_md_type_t md_alg,
252 ret = ecdsa_verify_wrap( &ecdsa, md_alg, hash, hash_len, sig, sig_len ); in eckey_verify_wrap()
539 static int ecdsa_verify_wrap( void *ctx_arg, mbedtls_md_type_t md_alg, in ecdsa_verify_wrap() function
622 static int ecdsa_verify_wrap( void *ctx, mbedtls_md_type_t md_alg, in ecdsa_verify_wrap() function
721 ecdsa_verify_wrap,