Home
last modified time | relevance | path

Searched refs:precompiled (Results 1 – 25 of 36) sorted by relevance

12

/freebsd/crypto/openssl/providers/common/der/
H A Dder_rsa_sig.c36 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 …]
H A Dder_sm2_sig.c19 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()
H A Dder_dsa_sig.c22 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()
H A Dder_ec_sig.c23 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()
H A Dder_ec_gen.c.in14 /* Well known OIDs precompiled */
H A Dder_ecx_gen.c.in14 /* Well known OIDs precompiled */
H A Dder_sm2_gen.c.in14 /* Well known OIDs precompiled */
H A Dder_wrap_gen.c.in14 /* Well known OIDs precompiled */
H A Dder_digests_gen.c.in14 /* Well known OIDs precompiled */
H A Dder_rsa_gen.c.in14 /* Well known OIDs precompiled */
H A Dder_dsa_gen.c.in20 /* Well known OIDs precompiled */
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticSerializationKinds.td22 "%select{precompiled header|module file|AST file}1 '%2' was built"
26 "file '%0' from the precompiled header has been overridden">;
28 def note_pch_rebuild_required : Note<"please rebuild precompiled header '%0'">;
70 "file '%1' is not a valid precompiled %select{PCH|module|AST}0 file: %2">, DefaultFatal;
103 "macro '%0' was %select{defined|undef'd}1 in the precompiled header but "
106 "definition of macro '%0' differs between the precompiled header ('%1') "
109 "%select{command line contains|precompiled header was built with}0 "
110 "'-undef' but %select{precompiled header was not built with it|"
113 "%select{command line contains|precompiled header was built with}0 "
114 "'-detailed-preprocessing-record' but %select{precompiled header was not "
[all …]
/freebsd/crypto/openssl/doc/internal/man3/
H A Dossl_DER_w_precompiled.pod6 - 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
/freebsd/stand/ficl/softwords/
H A Dprefix.fr28 \ (jws) "//" is precompiled to save aggravation with Perl
37 \ (jws) __tempbase is precompiled, as are 0x and 0d - see prefix.c
/freebsd/crypto/openssl/crypto/
H A Dder_writer.c52 const unsigned char *precompiled, in ossl_DER_w_precompiled() argument
56 && WPACKET_memcpy(pkt, precompiled, precompiled_n) in ossl_DER_w_precompiled()
/freebsd/contrib/file/magic/Magdir/
H A Dgcc6 0 string gpch GCC precompiled header
H A Dpdp17 # GRR: line below too general as it catches also Windows precompiled setup information *.PNF
/freebsd/crypto/openssl/providers/common/include/prov/
H A Dder_wrap.h.in14 /* Well known OIDs precompiled */
H A Dder_digests.h.in14 /* Well known OIDs precompiled */
H A Dder_ec.h.in15 /* Well known OIDs precompiled */
H A Dder_sm2.h.in15 /* Well known OIDs precompiled */
H A Dder_dsa.h.in14 /* Well known OIDs precompiled */
H A Dder_ecx.h.in15 /* Well known OIDs precompiled */
H A Dder_rsa.h.in15 /* Well known OIDs precompiled */
/freebsd/crypto/openssl/include/internal/
H A Dder.h73 const unsigned char *precompiled,

12