Searched refs:ecdsa_verify_wrap (Results 1 – 1 of 1) sorted by relevance
/optee_os-3.20.0/lib/libmbedtls/mbedtls/library/ |
A D | pk_wrap.c | 233 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,
|
Completed in 4 milliseconds