Home
last modified time | relevance | path

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

/mbedtls-development/library/
A Dpk_wrap.h78 int (*encrypt_func)( void *ctx, const unsigned char *input, size_t ilen, member
A Dpk.c498 if( ctx->pk_info->encrypt_func == NULL ) in mbedtls_pk_encrypt()
501 return( ctx->pk_info->encrypt_func( ctx->pk_ctx, input, ilen, in mbedtls_pk_encrypt()

Completed in 3 milliseconds