/third_party/openssl/providers/common/der/ |
D | der_rsa_sig.c | 36 const unsigned char *precompiled = NULL; in ossl_DER_w_algorithmIdentifier_MDWithRSAEncryption() local 41 MD_with_RSA_CASE(md2, precompiled); in ossl_DER_w_algorithmIdentifier_MDWithRSAEncryption() 42 MD_with_RSA_CASE(md5, precompiled); in ossl_DER_w_algorithmIdentifier_MDWithRSAEncryption() 43 MD_with_RSA_CASE(md4, precompiled); in ossl_DER_w_algorithmIdentifier_MDWithRSAEncryption() 44 MD_with_RSA_CASE(ripemd160, precompiled); in ossl_DER_w_algorithmIdentifier_MDWithRSAEncryption() 45 MD_with_RSA_CASE(mdc2, precompiled); in ossl_DER_w_algorithmIdentifier_MDWithRSAEncryption() 47 MD_with_RSA_CASE(sha1, precompiled); in ossl_DER_w_algorithmIdentifier_MDWithRSAEncryption() 48 MD_with_RSA_CASE(sha224, precompiled); in ossl_DER_w_algorithmIdentifier_MDWithRSAEncryption() 49 MD_with_RSA_CASE(sha256, precompiled); in ossl_DER_w_algorithmIdentifier_MDWithRSAEncryption() 50 MD_with_RSA_CASE(sha384, precompiled); in ossl_DER_w_algorithmIdentifier_MDWithRSAEncryption() [all …]
|
D | der_sm2_sig.c | 19 precompiled = ossl_der_oid_id_sm2_with_##name; \ 26 const unsigned char *precompiled = NULL; in ossl_DER_w_algorithmIdentifier_SM2_with_MD() local 37 && ossl_DER_w_precompiled(pkt, -1, precompiled, precompiled_sz) in ossl_DER_w_algorithmIdentifier_SM2_with_MD()
|
D | der_dsa_sig.c | 22 precompiled = ossl_der_oid_id_dsa_with_##name; \ 29 const unsigned char *precompiled = NULL; in ossl_DER_w_algorithmIdentifier_DSA_with_MD() local 48 && ossl_DER_w_precompiled(pkt, -1, precompiled, precompiled_sz) in ossl_DER_w_algorithmIdentifier_DSA_with_MD()
|
D | der_ec_sig.c | 23 precompiled = ossl_der_oid_id_ecdsa_with_##name; \ 30 const unsigned char *precompiled = NULL; in ossl_DER_w_algorithmIdentifier_ECDSA_with_MD() local 49 && ossl_DER_w_precompiled(pkt, -1, precompiled, precompiled_sz) in ossl_DER_w_algorithmIdentifier_ECDSA_with_MD()
|
D | der_ec_gen.c.in | 14 /* Well known OIDs precompiled */
|
D | der_ecx_gen.c.in | 14 /* Well known OIDs precompiled */
|
D | der_wrap_gen.c.in | 14 /* Well known OIDs precompiled */
|
D | der_sm2_gen.c.in | 14 /* Well known OIDs precompiled */
|
D | der_rsa_gen.c.in | 14 /* Well known OIDs precompiled */
|
D | der_digests_gen.c.in | 14 /* Well known OIDs precompiled */
|
D | der_dsa_gen.c.in | 20 /* Well known OIDs precompiled */
|
/third_party/openssl/doc/internal/man3/ |
D | ossl_DER_w_precompiled.pod | 6 - internal DER writers for precompiled DER blobs 13 const unsigned char *precompiled, 19 the buffer held by I<pkt>. For example, precompiled values, such as 25 I<precompiled> with length I<precompiled_n> and add it to the buffer
|
/third_party/openssl/crypto/ |
D | der_writer.c | 52 const unsigned char *precompiled, in ossl_DER_w_precompiled() argument 56 && WPACKET_memcpy(pkt, precompiled, precompiled_n) in ossl_DER_w_precompiled()
|
/third_party/flutter/flutter/packages/flutter_tools/lib/src/commands/ |
D | build_bundle.dart | 24 ..addFlag('precompiled', negatable: false) 127 precompiledSnapshot: argResults['precompiled'],
|
/third_party/mesa3d/docs/ |
D | precompiled.rst | 4 In general, precompiled Mesa libraries are not available.
|
/third_party/openssl/providers/common/include/prov/ |
D | der_wrap.h.in | 14 /* Well known OIDs precompiled */
|
D | der_digests.h.in | 14 /* Well known OIDs precompiled */
|
D | der_sm2.h.in | 15 /* Well known OIDs precompiled */
|
D | der_dsa.h.in | 14 /* Well known OIDs precompiled */
|
D | der_ec.h.in | 15 /* Well known OIDs precompiled */
|
D | der_ecx.h.in | 15 /* Well known OIDs precompiled */
|
D | der_rsa.h.in | 15 /* Well known OIDs precompiled */
|
/third_party/openssl/include/internal/ |
D | der.h | 73 const unsigned char *precompiled,
|
/third_party/flutter/flutter/packages/flutter_tools/lib/src/build_system/targets/ |
D | macos.dart | 182 /// Bundle the flutter assets, app.dill, and precompiled runtimes into the App.framework. 237 // Copy precompiled runtimes. 248 throw Exception('Failed to copy precompiled runtimes: $err');
|
/third_party/skia/third_party/externals/opengl-registry/extensions/VIV/ |
D | VIV_shader_binary.txt | 41 This extension enables loading precompiled binary shaders compatible with
|