Home
last modified time | relevance | path

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

/net-tools-3.7.0/mbedtls-2.4.0/include/mbedtls/
Dpk_internal.h68 int (*encrypt_func)( void *ctx, const unsigned char *input, size_t ilen, member
/net-tools-3.7.0/mbedtls-2.4.0/library/
Dpk.c293 if( ctx->pk_info->encrypt_func == NULL ) in mbedtls_pk_encrypt()
296 return( ctx->pk_info->encrypt_func( ctx->pk_ctx, input, ilen, in mbedtls_pk_encrypt()