![]() |
nRF Connect SDK API 3.3.99
|
| void asn1_dec_octet_string | ( | asn1_ctx_t * | ctx, |
| size_t | len, | ||
| uint8_t * | value, | ||
| size_t | max_len ) |
Decode ASN.1 OCTET STRING.
| [in] | ctx | ASN.1 context values. |
| [in] | len | Length of octet string to decode. |
| [out] | value | Decoded octet string. |
| [in] | max_len | Maximum length of octet string to decode. |