HomeSort by relevance Sort by last modified time
    Searched full:cbs_get (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/third_party/boringssl/src/crypto/bytestring/
cbs.c 30 static int cbs_get(CBS *cbs, const uint8_t **p, size_t n) { function
43 return cbs_get(cbs, &dummy, len);
95 if (!cbs_get(cbs, &data, len)) {
108 if (!cbs_get(cbs, &v, 1)) {
134 if (!cbs_get(cbs, &v, len)) {

Completed in 93 milliseconds