Searched refs:encrypt_func (Results 1 – 2 of 2) sorted by relevance
78 int (*encrypt_func)( void *ctx, const unsigned char *input, size_t ilen, member
498 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