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

  /external/chromium_org/third_party/boringssl/src/crypto/bytestring/
bytestring_test.c 210 !CBB_add_u8_length_prefixed(&cbb, &child) ||
231 !CBB_add_u8_length_prefixed(&cbb, &contents) ||
232 !CBB_add_u8_length_prefixed(&cbb, &contents) ||
238 !CBB_add_u8_length_prefixed(&cbb, &contents) ||
239 !CBB_add_u8_length_prefixed(&contents, &inner_contents) ||
258 !CBB_add_u8_length_prefixed(&cbb, &child) ||
269 CBB_add_u8_length_prefixed(&child, &contents) ||
cbb.c 265 int CBB_add_u8_length_prefixed(CBB *cbb, CBB *out_contents) {
  /external/chromium_org/third_party/boringssl/src/include/openssl/
bytestring.h 169 * any one time. For example, if one calls |CBB_add_u8_length_prefixed| then
231 /* CBB_add_u8_length_prefixed sets |*out_contents| to a new child of |cbb|. The
234 OPENSSL_EXPORT int CBB_add_u8_length_prefixed(CBB *cbb, CBB *out_contents);

Completed in 88 milliseconds