Searched refs:cbs_get_two_digits (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/boringssl/src/crypto/bytestring/ |
H A D | cbs.c | 755 static int cbs_get_two_digits(CBS *cbs, int *out) { in cbs_get_two_digits() function 810 if (!cbs_get_two_digits(©, &tmp)) { in CBS_parse_rfc5280_time_internal() 814 if (!cbs_get_two_digits(©, &tmp)) { in CBS_parse_rfc5280_time_internal() 820 if (!cbs_get_two_digits(©, &tmp)) { in CBS_parse_rfc5280_time_internal() 831 if (!cbs_get_two_digits(©, &month) || month < 1 || in CBS_parse_rfc5280_time_internal() 833 !cbs_get_two_digits(©, &day) || in CBS_parse_rfc5280_time_internal() 835 !cbs_get_two_digits(©, &hour) || in CBS_parse_rfc5280_time_internal() 837 !cbs_get_two_digits(©, &min) || in CBS_parse_rfc5280_time_internal() 839 !cbs_get_two_digits(©, &sec) || sec > 59 || !CBS_get_u8(©, &tz)) { in CBS_parse_rfc5280_time_internal() 875 if (!cbs_get_two_digits(©, &offset_hours) || in CBS_parse_rfc5280_time_internal() [all …]
|
/aosp_15_r20/external/cronet/third_party/boringssl/src/crypto/bytestring/ |
H A D | cbs.c | 757 static int cbs_get_two_digits(CBS *cbs, int *out) { in cbs_get_two_digits() function 812 if (!cbs_get_two_digits(©, &tmp)) { in CBS_parse_rfc5280_time_internal() 816 if (!cbs_get_two_digits(©, &tmp)) { in CBS_parse_rfc5280_time_internal() 822 if (!cbs_get_two_digits(©, &tmp)) { in CBS_parse_rfc5280_time_internal() 833 if (!cbs_get_two_digits(©, &month) || month < 1 || in CBS_parse_rfc5280_time_internal() 835 !cbs_get_two_digits(©, &day) || in CBS_parse_rfc5280_time_internal() 837 !cbs_get_two_digits(©, &hour) || in CBS_parse_rfc5280_time_internal() 839 !cbs_get_two_digits(©, &min) || in CBS_parse_rfc5280_time_internal() 841 !cbs_get_two_digits(©, &sec) || sec > 59 || !CBS_get_u8(©, &tz)) { in CBS_parse_rfc5280_time_internal() 877 if (!cbs_get_two_digits(©, &offset_hours) || in CBS_parse_rfc5280_time_internal() [all …]
|