Home
last modified time | relevance | path

Searched refs:serial_len (Results 1 – 4 of 4) sorted by relevance

/external/cronet/net/cert/internal/
Dcrl_getcrlstatusforcert_fuzzer.cc19 const size_t serial_len = data_hash[1] % (data_hash.size() - 2); in LLVMFuzzerTestOneInput() local
20 CHECK_LT(serial_len + 2, data_hash.size()); in LLVMFuzzerTestOneInput()
22 reinterpret_cast<const uint8_t*>(data_hash.data() + 2), serial_len); in LLVMFuzzerTestOneInput()
/external/rust/crates/grpcio-sys/grpc/src/core/lib/security/authorization/
Dcel_authorization_engine.cc78 size_t serial_len; in CelAuthorizationEngine() local
80 condition, temp_arena.ptr(), &serial_len); in CelAuthorizationEngine()
82 google_api_expr_v1alpha1_Expr_parse(serialized, serial_len, in CelAuthorizationEngine()
/external/cronet/third_party/boringssl/src/crypto/pkcs7/
Dpkcs7_x509.c440 const int serial_len = i2d_ASN1_INTEGER( in write_signer_info() local
446 serial_len < 0 || in write_signer_info()
452 !CBB_add_bytes(&issuer_and_serial, serial_bytes, serial_len) || in write_signer_info()
/external/boringssl/src/crypto/pkcs7/
Dpkcs7_x509.c440 const int serial_len = i2d_ASN1_INTEGER( in write_signer_info() local
446 serial_len < 0 || in write_signer_info()
452 !CBB_add_bytes(&issuer_and_serial, serial_bytes, serial_len) || in write_signer_info()