mbedtls_pk_info_t::encrypt_func is only used within mbedTLS.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesmbedTLSmbedtls_pk_info_t::encrypt_func

mbedtls_pk_info_t::encrypt_func field

Encrypt message

Syntax

int (*encrypt_func)( void *ctx, const unsigned char *input, size_t ilen, unsigned char *output, size_t *olen, size_t osize, int (*f_rng)(void *, unsigned char *, size_t), void *p_rng );

References

LocationReferrerText
pk_internal.h:84
int (*encrypt_func)( void *ctx, const unsigned char *input, size_t ilen,
pk.c:459mbedtls_pk_encrypt()
if( ctx->pk_info->encrypt_func == NULL )
pk.c:462mbedtls_pk_encrypt()
return( ctx->pk_info->encrypt_func( ctx->pk_ctx, input, ilen,

Call Tree

Functions calling mbedtls_pk_info_t::encrypt_func
all items filtered out
mbedtls_pk_info_t::encrypt_func
Functions reading mbedtls_pk_info_t::encrypt_func
mbedtls_pk_info_t::encrypt_func
all items filtered out