![]() |
nrfxlib API 3.3.99
|
| int cc3xx_asn1_write_big_integer | ( | unsigned char ** | p, |
| const unsigned char * | start, | ||
| uint8_t * | data, | ||
| size_t | data_size ) |
Write an int tag and value in ASN.1 format represented as a uint8_t array.
| p | The reference to the current position pointer. |
| start | The start of the buffer, for bounds-checking. |
| data | Buffer containing the integer to be written. |
| data_size | Size in bytes of the integer. |
p on success.