Home
last modified time | relevance | path

Searched refs:preidx (Results 1 – 2 of 2) sorted by relevance

/third_party/openssl/crypto/ct/
Dct_sct_ctx.c80 int preidx, certidx; in ct_x509_cert_fixup() local
86 preidx = ct_x509_get_ext(presigner, NID_authority_key_identifier, in ct_x509_cert_fixup()
92 if (preidx < -1 || certidx < -1) in ct_x509_cert_fixup()
98 if (preidx >= 0 && certidx == -1) in ct_x509_cert_fixup()
100 if (preidx == -1 && certidx >= 0) in ct_x509_cert_fixup()
105 if (preidx != -1) { in ct_x509_cert_fixup()
107 X509_EXTENSION *preext = X509_get_ext(presigner, preidx); in ct_x509_cert_fixup()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMScheduleA57.td631 "STRB_PRE_IMM", "STR(B)?(r|i)_preidx", "(t2)?STRH_(preidx|PRE)",
632 "t2STR(B?)_(PRE|preidx)", "t2STRD_PRE")>;