webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Functions
ber.c File Reference
#include <openssl/bytestring.h>
#include <assert.h>
#include <string.h>
#include "internal.h"

Functions

int CBS_asn1_ber_to_der (CBS *in, uint8_t **out, size_t *out_len)
 
int CBS_get_asn1_implicit_string (CBS *in, CBS *out, uint8_t **out_storage, unsigned outer_tag, unsigned inner_tag)
 

Function Documentation

◆ CBS_asn1_ber_to_der()

int CBS_asn1_ber_to_der ( CBS in,
uint8_t **  out,
size_t out_len 
)

◆ CBS_get_asn1_implicit_string()

int CBS_get_asn1_implicit_string ( CBS in,
CBS out,
uint8_t **  out_storage,
unsigned  outer_tag,
unsigned  inner_tag 
)