convert_raw_to_der_single_int() is only used within mbedTLS.
 
Symbols
loading...
Files
loading...
SummarySyntaxArgumentsReferences

Return value

On success, the amount of data (in bytes) written to the DER buffer. MBEDTLS_ERR_ASN1_BUF_TOO_SMALL if the provided der buffer is too small to contain all the converted data. MBEDTLS_ERR_ASN1_INVALID_DATA if the input raw coordinate is null (i.e. all zeros).

References

from examples