Home
last modified time | relevance | path

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

/mbedtls-latest/library/
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,
Dpk_wrap.h69 int (*encrypt_func)(mbedtls_pk_context *pk, const unsigned char *input, size_t ilen, member
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()