Searched refs:encrypt_func (Results 1 – 3 of 3) sorted by relevance
/mbedtls-latest/library/ |
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,
|
D | pk_wrap.h | 69 int (*encrypt_func)(mbedtls_pk_context *pk, const unsigned char *input, size_t ilen, member
|
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()
|