Lines Matching defs:dlen
31 size_t dlen; member
112 static uint8_t qcrypto_der_peek_byte(const uint8_t **data, size_t *dlen) in qcrypto_der_peek_byte()
118 size_t *dlen, in qcrypto_der_cut_nbytes()
125 static uint8_t qcrypto_der_cut_byte(const uint8_t **data, size_t *dlen) in qcrypto_der_cut_byte()
145 static int qcrypto_der_extract_definite_data(const uint8_t **data, size_t *dlen, in qcrypto_der_extract_definite_data()
206 static int qcrypto_der_extract_data(const uint8_t **data, size_t *dlen, in qcrypto_der_extract_data()
227 const uint8_t **data, size_t *dlen, in qcrypto_der_decode_tlv()
259 int qcrypto_der_decode_int(const uint8_t **data, size_t *dlen, in qcrypto_der_decode_int()
268 int qcrypto_der_decode_seq(const uint8_t **data, size_t *dlen, in qcrypto_der_decode_seq()
277 int qcrypto_der_decode_octet_str(const uint8_t **data, size_t *dlen, in qcrypto_der_decode_octet_str()
286 int qcrypto_der_decode_bit_str(const uint8_t **data, size_t *dlen, in qcrypto_der_decode_bit_str()
295 int qcrypto_der_decode_oid(const uint8_t **data, size_t *dlen, in qcrypto_der_decode_oid()
304 int qcrypto_der_decode_ctx_tag(const uint8_t **data, size_t *dlen, int tag_id, in qcrypto_der_decode_ctx_tag()
314 const uint8_t *data, size_t dlen) in qcrypto_der_encode_prim()