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

mbedtls_pk_info_t::decrypt_func field

Decrypt message

Syntax

int (*decrypt_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:78
int (*decrypt_func)( void *ctx, const unsigned char *input, size_t ilen,
pk.c:436mbedtls_pk_decrypt()
if( ctx->pk_info->decrypt_func == NULL )
pk.c:439mbedtls_pk_decrypt()
return( ctx->pk_info->decrypt_func( ctx->pk_ctx, input, ilen,

Call Tree

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