Home
last modified time | relevance | path

Searched refs:infotype (Results 1 – 7 of 7) sorted by relevance

/freebsd/crypto/openssl/test/recipes/80-test_cmp_http_data/
H A Dtest_commands.csv1 expected,description, -section,val, -cmd,val,val2, -cacertsout,val,val2, -infotype,val,val2, -oldce…
61 1,ir + infotype, -section,, -cmd,ir,,BLANK,,, -infotype,signKeyPairTypes,,BLANK,,BLANK,
62 1,genm without -infotype, -section,, -cmd,genm,,BLANK,,, BLANK,,,BLANK,,BLANK,
63 0,genm with missing infotype value, -section,, -cmd,genm,,BLANK,,, -infotype,,,BLANK,,BLANK,
64 0,genm with invalid infotype value, -section,, -cmd,genm,,BLANK,,, -infotype,asdf,,BLANK,,BLANK,
65 1,genm with infotype signKeyPairTypes, -section,, -cmd,genm,,BLANK,,, -infotype,signKeyPairTypes,,B…
67 … , -section,, -cmd,genm,, -cacertsout,_RESULT_DIR/test.cacerts.pem,, -infotype,caCerts,,BLANK,,B…
68 …on , -section,, -cmd,genm,, BLANK , ,, -infotype,caCerts,,BLANK,,B…
69 … , -section,, -cmd,genm,, -cacertsout,BLANK ,, -infotype,caCerts,,BLANK,,B…
72 …-cacertsout,_RESULT_DIR/test.cacerts.pem,_RESULT_DIR/test.cacerts.pem, -infotype,caCerts,,BLANK,,B…
[all …]
H A Dtest_verification.csv27 …certs_empty.pem,, -srvcertout,_RESULT_DIR/test.srvcertout.pem,-cmd,genm, -infotype,signKeyPairTypes
/freebsd/crypto/openssl/crypto/x509/
H A Dby_store.c60 int infotype; in DEFINE_STACK_OF() local
66 infotype = OSSL_STORE_INFO_get_type(info); in DEFINE_STACK_OF()
69 if (infotype == OSSL_STORE_INFO_NAME) { in DEFINE_STACK_OF()
88 switch (infotype) { in DEFINE_STACK_OF()
/freebsd/lib/libc/net/
H A Dsctp_sys_calls.c881 unsigned int *infotype, in sctp_recvv() argument
893 ((info != NULL) && (infotype == NULL))) { in sctp_recvv()
897 if (infotype) { in sctp_recvv()
898 *infotype = SCTP_RECVV_NOINFO; in sctp_recvv()
915 (infotype != NULL) && in sctp_recvv()
949 *infotype = SCTP_RECVV_RN; in sctp_recvv()
953 *infotype = SCTP_RECVV_RCVINFO; in sctp_recvv()
959 *infotype = SCTP_RECVV_NXTINFO; in sctp_recvv()
970 void *info, socklen_t infolen, unsigned int infotype, in sctp_sendv() argument
1007 switch (infotype) { in sctp_sendv()
/freebsd/crypto/openssl/test/recipes/80-test_cmp_http_data/Mock/
H A Dtest.cnf88 infotype =
/freebsd/crypto/openssl/ssl/
H A Dssl_cert.c1010 int infotype; in add_uris_recursive() local
1014 infotype = OSSL_STORE_INFO_get_type(info); in add_uris_recursive()
1016 if (infotype == OSSL_STORE_INFO_NAME) { in add_uris_recursive()
1024 } else if (infotype == OSSL_STORE_INFO_CERT) { in add_uris_recursive()
/freebsd/crypto/openssl/doc/man1/
H A Dopenssl-cmp.pod.in19 [B<-infotype> I<name>]
258 =item B<-infotype> I<name>
756 This option must be provided when B<-infotype> I<rootCaCert> is given.