![]() |
nrfxlib API 3.3.99
|
| int cc3xx_asn1_write_int | ( | unsigned char ** | p, |
| unsigned char * | start, | ||
| int | val ) |
Write an int tag and value in ASN.1 format.
| p | The reference to the current position pointer. |
| start | The start of the buffer, for bounds-checking. |
| val | The integer value to write. It must be non-negative. |
p on success.