Home
last modified time | relevance | path

Searched refs:id (Results 1 – 14 of 14) sorted by relevance

/apps/lib/
A Dengine.c43 ENGINE *setup_engine_methods(const char *id, unsigned int methods, int debug) in setup_engine_methods() argument
48 if (id != NULL) { in setup_engine_methods()
49 if (strcmp(id, "auto") == 0) { in setup_engine_methods()
54 if ((e = ENGINE_by_id(id)) == NULL in setup_engine_methods()
55 && (e = try_load_engine(id)) == NULL) { in setup_engine_methods()
56 BIO_printf(bio_err, "Invalid engine \"%s\"\n", id); in setup_engine_methods()
A Dcmp_mock_srv.c267 ossl_unused const ASN1_OCTET_STRING *id) in clean_transaction() argument
/apps/
A Dciphers.c252 unsigned long id = SSL_CIPHER_get_id(c); in ciphers_main() local
253 int id0 = (int)(id >> 24); in ciphers_main()
254 int id1 = (int)((id >> 16) & 0xffL); in ciphers_main()
255 int id2 = (int)((id >> 8) & 0xffL); in ciphers_main()
256 int id3 = (int)(id & 0xffL); in ciphers_main()
258 if ((id & 0xff000000L) == 0x03000000L) in ciphers_main()
A Docsp.c907 OCSP_CERTID *id; in add_ocsp_cert() local
917 id = OCSP_cert_to_id(cert_id_md, cert, issuer); in add_ocsp_cert()
918 if (id == NULL || !sk_OCSP_CERTID_push(ids, id)) in add_ocsp_cert()
920 if (!OCSP_request_add0_id(*req, id)) in add_ocsp_cert()
933 OCSP_CERTID *id; in add_ocsp_serial() local
953 id = OCSP_cert_id_new(cert_id_md, iname, ikey, sno); in add_ocsp_serial()
955 if (id == NULL || !sk_OCSP_CERTID_push(ids, id)) in add_ocsp_serial()
957 if (!OCSP_request_add0_id(*req, id)) in add_ocsp_serial()
971 OCSP_CERTID *id; in print_ocsp_summary() local
984 id = sk_OCSP_CERTID_value(ids, i); in print_ocsp_summary()
[all …]
A Ds_server.c497 OCSP_CERTID *id = NULL; in get_ocsp_resp_from_responder_single() local
540 if (id == NULL) { in get_ocsp_resp_from_responder_single()
555 if (id == NULL) in get_ocsp_resp_from_responder_single()
562 id = NULL; in get_ocsp_resp_from_responder_single()
594 OCSP_CERTID_free(id); in get_ocsp_resp_from_responder_single()
4060 unsigned char *id; member
4084 if (!sess->id) { in add_session()
4086 OPENSSL_free(sess->id); in add_session()
4114 if (idlen == (int)sess->idlen && !memcmp(sess->id, id, idlen)) { in get_session()
4128 const unsigned char *id; in del_session() local
[all …]
A Dengine.c389 const char *id = sk_OPENSSL_CSTRING_value(engines, i); in engine_main() local
390 if ((e = ENGINE_by_id(id)) != NULL) { in engine_main()
395 BIO_printf(out, "(%s) %s\n", id, name); in engine_main()
397 if (strcmp(ENGINE_get_id(e), id) != 0) { in engine_main()
A Dsrp.c38 static int get_index(CA_DB *db, char *id, char type) in get_index() argument
42 if (id == NULL) in get_index()
48 && strcmp(id, pp[DB_srpid]) == 0) in get_index()
56 && strcmp(id, pp[DB_srpid]) == 0) in get_index()
A Drehash.c199 int i, type, id; in handle_symlink() local
220 id = strtoul(&filename[i], &endptr, 10); in handle_symlink()
229 return add_entry(type, hash, linktarget, NULL, 0, id); in handle_symlink()
A Dx509.c1238 int id, i, idret; in purpose_print() local
1240 id = X509_PURPOSE_get_id(pt); in purpose_print()
1243 idret = X509_check_purpose(cert, id, i); in purpose_print()
A Dopenssl-vms.cnf302 proxyCertInfo=critical,language:id-ppl-anyLanguage,pathlen:3,policy:foo
331 ess_cert_id_chain = no # Must the ESS cert id chain be included?
A Dopenssl.cnf302 proxyCertInfo=critical,language:id-ppl-anyLanguage,pathlen:3,policy:foo
331 ess_cert_id_chain = no # Must the ESS cert id chain be included?
A Dcms.c1526 const char *id; in receipt_request_print() local
1532 id = (const char *)ASN1_STRING_get0_data(scid); in receipt_request_print()
1533 BIO_dump_indent(bio_err, id, idlen, 4); in receipt_request_print()
A Ds_client.c205 const unsigned char **id, size_t *idlen, in psk_use_session_cb() argument
250 *id = NULL; in psk_use_session_cb()
256 *id = (unsigned char *)psk_identity; in psk_use_session_cb()
/apps/include/
A Dapps.h180 ENGINE *setup_engine_methods(const char *id, unsigned int methods, int debug);

Completed in 34 milliseconds