/external/boringssl/src/crypto/trust_token/ |
D | voprf.c | 139 if (!ec_point_from_uncompressed(group, &key->pubs, in, len)) { in voprf_client_key_from_bytes() 159 !ec_jacobian_to_affine(group, &key->pubs, &pub)) { in voprf_issuer_key_from_bytes() 320 if (!hash_to_scalar_dleq(method, &c, &priv->pubs, &affines[idx_T], in dleq_generate() 378 EC_RAW_POINT pubs; in dleq_verify() local 379 ec_affine_to_jacobian(group, &pubs, &pub->pubs); in dleq_verify() 382 if (!ec_point_mul_scalar_public(group, &jacobians[idx_k0], &u, &pubs, in dleq_verify() 398 if (!hash_to_scalar_dleq(method, &calculated, &pub->pubs, &affines[idx_T], in dleq_verify() 438 !cbb_add_point(&batch_cbb, method->group, &key->pubs)) { in voprf_sign() 544 !cbb_add_point(&batch_cbb, method->group, &key->pubs)) { in STACK_OF()
|
D | internal.h | 53 EC_AFFINE pubs; member 67 EC_AFFINE pubs; member
|
D | pmbtoken.c | 218 !cbs_get_prefixed_point(&cbs, method->group, &key->pubs, in pmbtoken_client_key_from_bytes() 264 key->pubs = pub_affine[2]; in pmbtoken_issuer_key_from_bytes() 544 if (!hash_c_dleq(method, &cs, &priv->pubs, &affines[idx_T], &affines[idx_S], in dleq_generate() 652 EC_RAW_POINT pubs; in dleq_verify() local 653 ec_affine_to_jacobian(group, &pubs, &pub->pubs); in dleq_verify() 656 if (!mul_public_3(group, &jacobians[idx_Ks0], g, &us, &method->h, &vs, &pubs, in dleq_verify() 703 if (!hash_c_dleq(method, &calculated, &pub->pubs, &affines[idx_T], in dleq_verify() 764 !point_to_cbb(&batch_cbb, method->group, &key->pubs) || in pmbtoken_sign() 913 !point_to_cbb(&batch_cbb, method->group, &key->pubs) || in STACK_OF()
|
/external/llvm-project/llvm/docs/ |
D | index.rst | 30 .. __: https://llvm.org/pubs/2008-10-04-ACAT-LLVM-Intro.html 42 .. __: https://llvm.org/pubs/2004-01-30-CGO-LLVM.html 47 .. __: https://llvm.org/pubs/2002-12-LattnerMSThesis.html
|
D | XRay.rst | 368 .. _`XRay whitepaper`: http://research.google.com/pubs/pub45287.html
|
/external/toybox/toys/posix/ |
D | README | 5 http://pubs.opengroup.org/onlinepubs/9699919799/idx/utilities.html
|
/external/rust/crates/quiche/deps/boringssl/src/crypto/trust_token/ |
D | internal.h | 49 EC_AFFINE pubs; member 63 EC_AFFINE pubs; member
|
D | pmbtoken.c | 199 !cbs_get_prefixed_point(&cbs, method->group, &key->pubs) || in pmbtoken_client_key_from_bytes() 244 key->pubs = pub_affine[2]; in pmbtoken_issuer_key_from_bytes() 527 if (!hash_c_dleq(method, &cs, &priv->pubs, &affines[idx_T], &affines[idx_S], in dleq_generate() 635 EC_RAW_POINT pubs; in dleq_verify() local 636 ec_affine_to_jacobian(group, &pubs, &pub->pubs); in dleq_verify() 639 if (!mul_public_3(group, &jacobians[idx_Ks0], g, &us, &method->h, &vs, &pubs, in dleq_verify() 686 if (!hash_c_dleq(method, &calculated, &pub->pubs, &affines[idx_T], in dleq_verify() 752 !point_to_cbb(&batch_cbb, method->group, &key->pubs) || in pmbtoken_sign() 917 !point_to_cbb(&batch_cbb, method->group, &key->pubs) || in STACK_OF()
|
/external/llvm-project/clang/docs/ |
D | SafeStack.rst | 28 <https://dslab.epfl.ch/pubs/cpi.pdf>`__ paper for details). This is mainly 89 such as `IFCC <https://research.google.com/pubs/archive/42808.pdf>`_ with arity 109 The `CPI paper <https://dslab.epfl.ch/pubs/cpi.pdf>`_ describes two alternative, 196 The `OSDI'14 paper <https://dslab.epfl.ch/pubs/cpi.pdf>`_ mentions that 207 `Code-Pointer Integrity <https://dslab.epfl.ch/pubs/cpi.pdf>`__.
|
/external/clang/docs/ |
D | SafeStack.rst | 28 <http://dslab.epfl.ch/pubs/cpi.pdf>`__ paper for details). This is mainly 89 such as `IFCC <http://research.google.com/pubs/archive/42808.pdf>`_ with arity 109 The `CPI paper <http://dslab.epfl.ch/pubs/cpi.pdf>`_ describes two alternative, 184 The `OSDI'14 paper <http://dslab.epfl.ch/pubs/cpi.pdf>`_ mentions that 195 `Code-Pointer Integrity <http://dslab.epfl.ch/pubs/cpi.pdf>`__.
|
D | ControlFlowIntegrity.rst | 281 …inciples, Implementations, and Applications <http://research.microsoft.com/pubs/64250/ccs05.pdf>`_.
|
/external/llvm/docs/tutorial/ |
D | index.rst | 52 #. `Writing an Optimization for LLVM <http://llvm.org/pubs/2004-09-22-LCPCLLVMTutorial.html>`_
|
/external/llvm-project/llvm/docs/tutorial/ |
D | index.rst | 54 #. `Writing an Optimization for LLVM <https://llvm.org/pubs/2004-09-22-LCPCLLVMTutorial.html>`_
|
/external/rust/crates/shlex/ |
D | README.md | 6 http://pubs.opengroup.org/onlinepubs/9699919799/utilities/V3_chap02.html
|
/external/llvm/docs/ |
D | index.rst | 32 .. __: http://llvm.org/pubs/2008-10-04-ACAT-LLVM-Intro.html 43 .. __: http://llvm.org/pubs/2004-01-30-CGO-LLVM.html 48 .. __: http://llvm.org/pubs/2002-12-LattnerMSThesis.html 50 `Publications mentioning LLVM <http://llvm.org/pubs>`_
|
/external/opencensus-java/exporters/trace/jaeger/ |
D | README.md | 9 …dthedocs.io/en/latest/), inspired by [Dapper](https://research.google.com/pubs/pub36356.html) and …
|
/external/tensorflow/tensorflow/python/debug/ |
D | README.md | 55 Debugging Dataflow Graphs for Machine Learning. https://research.google.com/pubs/pub45789.html
|
/external/llvm-project/polly/test/ScopInfo/ |
D | const_srem_sdiv.ll | 4 ; See http://research.microsoft.com/pubs/151917/divmodnote-letter.pdf
|
/external/bc/gen/ |
D | bc_help.txt | 44 (http://pubs.opengroup.org/onlinepubs/9699919799/utilities/bc.html)
|
/external/llvm-project/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_common_interceptors_format.inc | 10 // Follows http://pubs.opengroup.org/onlinepubs/9699919799/functions/fscanf.html 11 // and http://pubs.opengroup.org/onlinepubs/9699919799/functions/fprintf.html
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_common_interceptors_format.inc | 11 // Follows http://pubs.opengroup.org/onlinepubs/9699919799/functions/fscanf.html 12 // and http://pubs.opengroup.org/onlinepubs/9699919799/functions/fprintf.html
|
/external/python/pyasn1/docs/source/ |
D | contents.rst | 149 * `ASN.1 Complete <http://www.oss.com/asn1/resources/books-whitepapers-pubs/larmouth-asn1-book.pdf>…
|
/external/libcap/ |
D | Make.Rules | 154 # https://static.googleusercontent.com/media/research.google.com/en//pubs/archive/33528.pdf
|
/external/fmtlib/doc/ |
D | api.rst | 478 <http://pubs.opengroup.org/onlinepubs/009695399/functions/fprintf.html>`_ with
|
/external/bc/ |
D | README.md | 401 [12]: https://pubs.opengroup.org/onlinepubs/9699919799/utilities/bc.html
|