webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Functions
bn_asn1.c File Reference
#include <openssl/bn.h>
#include <openssl/bytestring.h>
#include <openssl/err.h>

Functions

int BN_parse_asn1_unsigned (CBS *cbs, BIGNUM *ret)
 
int BN_parse_asn1_unsigned_buggy (CBS *cbs, BIGNUM *ret)
 
int BN_marshal_asn1 (CBB *cbb, const BIGNUM *bn)
 

Function Documentation

◆ BN_marshal_asn1()

int BN_marshal_asn1 ( CBB cbb,
const BIGNUM bn 
)

◆ BN_parse_asn1_unsigned()

int BN_parse_asn1_unsigned ( CBS cbs,
BIGNUM ret 
)

◆ BN_parse_asn1_unsigned_buggy()

int BN_parse_asn1_unsigned_buggy ( CBS cbs,
BIGNUM ret 
)