_nx_crypto_pkcs1_v1_5_sign() is only used within netxduo.
 
Symbols
loading...
Files
loading...

_nx_crypto_pkcs1_v1_5_sign() function

Syntax

UINT _nx_crypto_pkcs1_v1_5_sign(UCHAR *input,     UINT input_length,     UCHAR *private_key,     UINT private_key_size,     UCHAR *metadata_area,     UCHAR *output,     UINT output_size);
Implemented in nx_crypto_pkcs1_v1.5.c:75

Arguments

input

input_length

private_key

private_key_size

metadata_area

output

output_size

References