Home
last modified time | relevance | path

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

/optee_os/lib/libmbedtls/mbedtls/library/
H A Dpk_wrap.h69 int (*encrypt_func)(mbedtls_pk_context *pk, const unsigned char *input, size_t ilen, member
H A Dpk_wrap.c506 .encrypt_func = rsa_encrypt_wrap,
1135 .encrypt_func = NULL,
1168 .encrypt_func = NULL,
1260 .encrypt_func = NULL,
1396 .encrypt_func = NULL,
1452 .encrypt_func = NULL,
1575 .encrypt_func = NULL,
H A Dpk.c1403 if (ctx->pk_info->encrypt_func == NULL) { in mbedtls_pk_encrypt()
1407 return ctx->pk_info->encrypt_func(ctx, input, ilen, in mbedtls_pk_encrypt()
/optee_os/lib/libmbedtls/core/
H A Drsa.c636 lmd_res = pk_info->encrypt_func(&ctx, src, src_len, dst, dst_len, in sw_crypto_acipher_rsaes_encrypt()