Searched refs:encrypt_func (Results 1 – 4 of 4) sorted by relevance
| /optee_os/lib/libmbedtls/mbedtls/library/ |
| H A D | pk_wrap.h | 69 int (*encrypt_func)(mbedtls_pk_context *pk, const unsigned char *input, size_t ilen, member
|
| H A D | pk_wrap.c | 506 .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 D | pk.c | 1403 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 D | rsa.c | 636 lmd_res = pk_info->encrypt_func(&ctx, src, src_len, dst, dst_len, in sw_crypto_acipher_rsaes_encrypt()
|