Home
last modified time | relevance | path

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

/net-tools-latest/mbedtls-2.4.0/library/
Dpk_wrap.c197 static int ecdsa_verify_wrap( void *ctx, mbedtls_md_type_t md_alg,
216 ret = ecdsa_verify_wrap( &ecdsa, md_alg, hash, hash_len, sig, sig_len ); in eckey_verify_wrap()
324 static int ecdsa_verify_wrap( void *ctx, mbedtls_md_type_t md_alg, in ecdsa_verify_wrap() function
370 ecdsa_verify_wrap,