Home
last modified time | relevance | path

Searched refs:intermediate (Results 1 – 25 of 132) sorted by relevance

123456

/src/crypto/openssl/test/ocsp-tests/ !
H A Dmk-ocsp-cert-chain.sh36 -out intermediate-key.pem
42 -key intermediate-key.pem \
44 -out intermediate-csr.pem
53 -in intermediate-csr.pem \
55 -out intermediate-cert.pem
80 -CA intermediate-cert.pem \
81 -CAkey intermediate-key.pem \
92 -keyfile intermediate-key.pem \
93 -cert intermediate-cert.pem
97 cat server-cert.pem server-key.pem intermediate-cert.pem > server.pem
[all …]
/src/contrib/file/magic/Magdir/ !
H A Dsoftquad28 # sqtroff intermediate language (replacement for ditroff int. lang.)
29 0 string X\ SoftQuad troff Context intermediate
36 # sqtroff intermediate language (replacement for ditroff int. lang.)
37 0 string X\ 495 SoftQuad troff Context intermediate for AT&T 495 laser printer
38 0 string X\ hp SoftQuad troff Context intermediate for HP LaserJet
39 0 string X\ impr SoftQuad troff Context intermediate for IMAGEN imPRESS
40 0 string X\ ps SoftQuad troff Context intermediate for PostScript
H A Dtroff30 # ditroff intermediate output text
/src/sys/contrib/device-tree/Bindings/cpufreq/ !
H A Dcpufreq-mediatek.txt8 "intermediate" - A parent of "cpu" clock which is used as "intermediate" clock
72 clock-names = "cpu", "intermediate";
194 clock-names = "cpu", "intermediate";
206 clock-names = "cpu", "intermediate";
218 clock-names = "cpu", "intermediate";
230 clock-names = "cpu", "intermediate";
/src/crypto/openssl/test/ !
H A Dcmp_protect_test.c78 *root = NULL, *intermediate = NULL; variable
377 || !TEST_true(sk_X509_push(fixture->certs, intermediate)) in test_cmp_build_cert_chain()
379 || !TEST_true(sk_X509_push(fixture->chain, intermediate))) { in test_cmp_build_cert_chain()
420 || !TEST_true(sk_X509_push(fixture->certs, intermediate)) in test_cmp_build_cert_chain_no_root()
422 || !TEST_true(sk_X509_push(fixture->chain, intermediate))) { in test_cmp_build_cert_chain_no_root()
492 || !sk_X509_push(fixture->certs, intermediate) in test_X509_STORE()
510 || !TEST_true(sk_X509_push(fixture->certs, intermediate)) in test_X509_STORE_only_self_issued()
531 X509_free(intermediate); in cleanup_tests()
600 || !TEST_ptr(intermediate = load_cert_pem(intermediate_f, libctx))) in OPT_TEST_DECLARE_USAGE()
H A Dcmp_vfy_test.c79 *intermediate = NULL, *root = NULL; variable
411 || !add_untrusted((*fixture)->cmp_ctx, intermediate)) { in setup_path()
581 X509_free(intermediate); in cleanup_tests()
646 || !TEST_ptr(intermediate = load_cert_pem(intermediate_f, libctx))) in OPT_TEST_DECLARE_USAGE()
/src/contrib/libcbor/test/ !
H A Darray_test.c40 cbor_item_t *intermediate = cbor_array_get(arr, 0); in test_simple_array() local
41 assert_uint8(intermediate, 1); in test_simple_array()
49 cbor_decref(&intermediate); in test_simple_array()
51 assert_null(intermediate); in test_simple_array()
/src/sys/crypto/via/ !
H A Dpadlock.h39 u_int intermediate : 1; member
51 #define cw_intermediate __field.intermediate
/src/crypto/openssl/demos/certs/ !
H A DREADME.txt7 automatically using scripts. Example creates a root CA, an intermediate CA
8 signed by the root and several certificates signed by the intermediate CA.
/src/crypto/openssl/doc/man7/ !
H A DEVP_KDF-HKDF.pod59 intermediate fixed-length pseudorandom key K is not returned.
67 operation. The value returned will be the intermediate fixed-length pseudorandom
77 operation. The input key should be set to the intermediate fixed-length
119 the intermediate fixed-length pseudorandom key otherwise an error will occur.
H A DEVP_KDF-TLS13_KDF.pod64 operation. The value returned will be the intermediate fixed-length pseudorandom
74 operation. The input key should be set to the intermediate fixed-length
135 the intermediate fixed-length pseudorandom key otherwise an error will occur.
/src/crypto/openssl/doc/man3/ !
H A DEVP_PKEY_CTX_set_hkdf_md.pod46 intermediate fixed-length pseudorandom key K is not returned.
54 operation. The value returned will be the intermediate fixed-length pseudorandom
63 operation. The input key should be set to the intermediate fixed-length
H A DX509_verify_cert.pod22 using the optional list of intermediate CA certificates I<certs>.
30 starting with I<target> and followed by all available intermediate certificates.
H A DCMS_sign_receipt.pod21 in the CMS structure (for example any intermediate CAs in the chain).
H A DOCSP_resp_find_status.pod117 the trusted store and I<certs> as a set of untrusted intermediate certificates.
127 If I<flags> contains B<OCSP_PARTIAL_CHAIN> it takes intermediate CA
132 and in I<bs>, else it takes them as untrusted intermediate CA certificates
H A DX509_VERIFY_PARAM_set_flags.pod115 That is the maximum number of intermediate CA certificates that can appear in a
122 intermediate CA certificate between the trust anchor and the end-entity
328 issued by an intermediate CA without having to trust their ancestor root CA.
332 certificate or a not self-signed "intermediate" or self-issued certificate.
333 Thus, when an intermediate certificate is found in the trust store, the
/src/sys/contrib/device-tree/src/arm64/mediatek/ !
H A Dmt8516.dtsi59 clock-names = "cpu", "intermediate";
72 clock-names = "cpu", "intermediate";
85 clock-names = "cpu", "intermediate";
98 clock-names = "cpu", "intermediate", "armpll";
H A Dmt7988a.dtsi19 clock-names = "cci", "intermediate";
55 clock-names = "cpu", "intermediate";
67 clock-names = "cpu", "intermediate";
79 clock-names = "cpu", "intermediate";
91 clock-names = "cpu", "intermediate";
H A Dmt8183.dtsi287 clock-names = "cci", "intermediate";
336 clock-names = "cpu", "intermediate";
359 clock-names = "cpu", "intermediate";
382 clock-names = "cpu", "intermediate";
405 clock-names = "cpu", "intermediate";
428 clock-names = "cpu", "intermediate";
451 clock-names = "cpu", "intermediate";
474 clock-names = "cpu", "intermediate";
497 clock-names = "cpu", "intermediate";
/src/sys/dev/ocs_fc/ !
H A Docs_utils.c1275 uint32_t intermediate; /* Use an intermediate to hold more than 16 bits during calculations */ in ocs_scsi_dif_calc_checksum() local
1279 intermediate = 0; in ocs_scsi_dif_calc_checksum()
1284 intermediate += buffer[i]; in ocs_scsi_dif_calc_checksum()
1289 intermediate += ((intermediate & 0xffff0000) >> 16); in ocs_scsi_dif_calc_checksum()
1292 intermediate = ~intermediate; in ocs_scsi_dif_calc_checksum()
1294 checksum = intermediate; in ocs_scsi_dif_calc_checksum()
/src/contrib/wpa/src/eap_common/ !
H A Deap_teap_common.c652 struct wpabuf * eap_teap_tlv_result(int status, int intermediate) in eap_teap_tlv_result() argument
664 intermediate ? "Intermediate-" : "", in eap_teap_tlv_result()
668 (intermediate ? in eap_teap_tlv_result()
H A Deap_teap_common.h223 struct wpabuf * eap_teap_tlv_result(int status, int intermediate);
/src/crypto/openssl/test/recipes/30-test_evp_data/ !
H A Devpkdf_hmac_drbg.txt10 # using the intermediate outputs.
/src/crypto/openssl/doc/internal/man3/ !
H A Dossl_cms_sign_encrypt.pod29 B<CMS_SignedData> structure (e.g., any intermediate CAs in the chain of the signer certificate).
/src/crypto/openssh/ !
H A D.skipped-commit-ids47 aafe246655b53b52bc32c8a24002bc262f4230f7 Remove intermediate moduli

123456