HomeSort by relevance Sort by last modified time
    Searched refs:CBB_init (Results 1 - 10 of 10) sorted by null

  /external/boringssl/src/crypto/bytestring/
bytestring_test.cc 271 if (!CBB_init(&cbb, 100)) {
276 if (!CBB_init(&cbb, 0)) {
324 if (!CBB_init(&cbb, 16)) {
344 if (!CBB_init(&cbb, 0)) {
373 if (!CBB_init(&cbb, 0)) {
416 if (!CBB_init(&cbb, 0)) {
433 if (!CBB_init(&cbb, 0)) {
450 if (!CBB_init(&cbb, 0)) {
467 if (!CBB_init(&cbb, 0)) {
622 if (!CBB_init(&cbb, 0))
    [all...]
ber.c 212 if (!CBB_init(&cbb, CBS_len(in))) {
cbb.c 23 static int cbb_init(CBB *cbb, uint8_t *buf, size_t cap) { function
42 int CBB_init(CBB *cbb, size_t initial_capacity) {
50 if (!cbb_init(cbb, buf, initial_capacity)) {
59 if (!cbb_init(cbb, buf, len)) {
  /external/boringssl/src/include/openssl/
bytestring.h 207 * |CBB_init|. Several |CBB| objects can point at the same buffer when a
241 /* CBB_init initialises |cbb| with |initial_capacity|. Since a |CBB| grows as
244 OPENSSL_EXPORT int CBB_init(CBB *cbb, size_t initial_capacity);
262 * |CBB_init| or |CBB_init_fixed|. It returns one on success and zero on
  /external/boringssl/src/crypto/x509/
pkcs7_test.c     [all...]
  /external/boringssl/src/ssl/
ssl_asn1.c 166 if (!CBB_init(&cbb, 0)) {
ssl_lib.c     [all...]
s3_clnt.c     [all...]
s3_srvr.c     [all...]
  /external/conscrypt/src/main/native/
org_conscrypt_NativeCrypto.cpp     [all...]

Completed in 2554 milliseconds