Searched refs:sign_func (Results 1 – 5 of 5) sorted by relevance
| /optee_os/lib/libmbedtls/mbedtls/library/ |
| H A D | pk_wrap.h | 41 int (*sign_func)(mbedtls_pk_context *pk, mbedtls_md_type_t md_alg, member 102 mbedtls_pk_rsa_alt_sign_func sign_func; member
|
| H A D | pk_wrap.c | 498 .sign_func = rsa_sign_wrap, 1124 .sign_func = ecdsa_sign_wrap, /* Compatible key structures */ 1126 .sign_func = NULL, 1162 .sign_func = NULL, 1249 .sign_func = ecdsa_sign_wrap, /* Compatible key structures */ 1251 .sign_func = NULL, 1312 return rsa_alt->sign_func(rsa_alt->key, f_rng, p_rng, in rsa_alt_sign_wrap() 1388 .sign_func = rsa_alt_sign_wrap, 1441 .sign_func = ecdsa_opaque_sign_wrap, 1443 .sign_func = NULL, [all …]
|
| H A D | pk.c | 197 mbedtls_pk_rsa_alt_sign_func sign_func, in mbedtls_pk_setup_rsa_alt() argument 217 rsa_alt->sign_func = sign_func; in mbedtls_pk_setup_rsa_alt() 1270 if (ctx->pk_info->sign_func == NULL) { in mbedtls_pk_sign_restartable() 1274 return ctx->pk_info->sign_func(ctx, md_alg, in mbedtls_pk_sign_restartable()
|
| /optee_os/lib/libmbedtls/mbedtls/include/mbedtls/ |
| H A D | pk.h | 419 mbedtls_pk_rsa_alt_sign_func sign_func,
|
| /optee_os/lib/libmbedtls/core/ |
| H A D | rsa.c | 740 lmd_res = pk_info->sign_func(&ctx, md_algo, msg, msg_len, sig, in sw_crypto_acipher_rsassa_sign()
|