Home
last modified time | relevance | path

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

/openssl/crypto/dso/
H A Ddso_dl.c244 struct shl_descriptor inf; in dl_pathbyaddr() local
257 for (i = -1; shl_get_r(i, &inf) == 0; i++) { in dl_pathbyaddr()
258 if (((size_t)addr >= inf.tstart && (size_t)addr < inf.tend) || in dl_pathbyaddr()
259 ((size_t)addr >= inf.dstart && (size_t)addr < inf.dend)) { in dl_pathbyaddr()
260 len = (int)strlen(inf.filename); in dl_pathbyaddr()
265 memcpy(path, inf.filename, len); in dl_pathbyaddr()
/openssl/crypto/asn1/
H A Dtasn_dec.c705 char cst, inf, free_cont = 0; in asn1_d2i_ex_primitive() local
775 if (inf) { in asn1_d2i_ex_primitive()
985 if (inf == 0) { in asn1_find_end()
1011 if (inf) { in asn1_find_end()
1053 inf &= 1; in asn1_collect()
1058 if (!buf && !inf) { in asn1_collect()
1069 if (!inf) { in asn1_collect()
1073 inf = 0; in asn1_collect()
1095 if (inf) { in asn1_collect()
1207 if (inf != NULL) in asn1_check_tlen()
[all …]
H A Dasn1_lib.c16 static int asn1_get_length(const unsigned char **pp, int *inf, long *rl,
52 int tag, xclass, inf; in ASN1_get_object() local
88 if (!asn1_get_length(&p, &inf, plength, max)) in ASN1_get_object()
91 if (inf && !(ret & V_ASN1_CONSTRUCTED)) in ASN1_get_object()
103 return ret | inf; in ASN1_get_object()
116 static int asn1_get_length(const unsigned char **pp, int *inf, long *rl, in asn1_get_length() argument
126 *inf = 1; in asn1_get_length()
129 *inf = 0; in asn1_get_length()
H A Da_d2i_fp.c122 int inf, tag, xclass; in asn1_d2i_read_bio() local
163 inf = ASN1_get_object(&q, &slen, &tag, &xclass, diff); in asn1_d2i_read_bio()
164 if (inf & 0x80) { in asn1_d2i_read_bio()
175 if (inf & 1) { in asn1_d2i_read_bio()
H A Da_object.c217 int inf, i; in d2i_ASN1_OBJECT() local
220 inf = ASN1_get_object(&p, &len, &tag, &xclass, length); in d2i_ASN1_OBJECT()
221 if (inf & 0x80) { in d2i_ASN1_OBJECT()
H A Da_int.c403 int inf, tag, xclass; in d2i_ASN1_UINTEGER() local
414 inf = ASN1_get_object(&p, &len, &tag, &xclass, length); in d2i_ASN1_UINTEGER()
415 if (inf & 0x80) { in d2i_ASN1_UINTEGER()
/openssl/crypto/ocsp/
H A Docsp_prn.c95 OCSP_REQINFO *inf = &o->tbsRequest; in OCSP_REQUEST_print() local
100 l = ASN1_INTEGER_get(inf->version); in OCSP_REQUEST_print()
103 if (inf->requestorName != NULL) { in OCSP_REQUEST_print()
106 GENERAL_NAME_print(bp, inf->requestorName); in OCSP_REQUEST_print()
110 for (i = 0; i < sk_OCSP_ONEREQ_num(inf->requestList); i++) { in OCSP_REQUEST_print()
111 one = sk_OCSP_ONEREQ_value(inf->requestList, i); in OCSP_REQUEST_print()
120 inf->requestExtensions, flags, 4)) in OCSP_REQUEST_print()
/openssl/crypto/x509/
H A Dby_file.c234 STACK_OF(X509_INFO) *inf = NULL; in X509_load_cert_crl_file_ex()
246 inf = PEM_X509_INFO_read_bio_ex(in, NULL, NULL, "", libctx, propq); in X509_load_cert_crl_file_ex()
248 if (inf == NULL) { in X509_load_cert_crl_file_ex()
252 for (i = 0; i < sk_X509_INFO_num(inf); i++) { in X509_load_cert_crl_file_ex()
253 itmp = sk_X509_INFO_value(inf, i); in X509_load_cert_crl_file_ex()
272 sk_X509_INFO_pop_free(inf, X509_INFO_free); in X509_load_cert_crl_file_ex()
H A Dx_crl.c363 X509_CRL_INFO *inf; in X509_CRL_add0_revoked() local
365 inf = &crl->crl; in X509_CRL_add0_revoked()
366 if (inf->revoked == NULL) in X509_CRL_add0_revoked()
367 inf->revoked = sk_X509_REVOKED_new(X509_REVOKED_cmp); in X509_CRL_add0_revoked()
368 if (inf->revoked == NULL || !sk_X509_REVOKED_push(inf->revoked, rev)) { in X509_CRL_add0_revoked()
372 inf->enc.modified = 1; in X509_CRL_add0_revoked()
/openssl/apps/
H A Drehash.c237 STACK_OF (X509_INFO) *inf = NULL; in do_file()
263 inf = PEM_X509_INFO_read_bio(b, NULL, NULL, NULL); in do_file()
265 if (inf == NULL) in do_file()
268 if (sk_X509_INFO_num(inf) != 1) { in do_file()
276 x = sk_X509_INFO_value(inf, 0); in do_file()
318 sk_X509_INFO_pop_free(inf, X509_INFO_free); in do_file()
H A Docsp.c1060 char **inf; in make_ocsp_response() local
1090 inf = lookup_serial(db, serial); in make_ocsp_response()
1101 if (inf == NULL) { in make_ocsp_response()
1105 } else if (inf[DB_type][0] == DB_TYPE_VAL) { in make_ocsp_response()
1109 } else if (inf[DB_type][0] == DB_TYPE_REV) { in make_ocsp_response()
1116 unpack_revinfo(&revtm, &reason, &inst, &invtm, inf[DB_rev_date]); in make_ocsp_response()
H A Ds_client.c3646 int tag, xclass, inf, ret = -1; in ldap_ExtendedResponse_parse() local
3679 inf = ASN1_get_object(&cur, &len, &tag, &xclass, rem); in ldap_ExtendedResponse_parse()
3680 if (inf != V_ASN1_CONSTRUCTED || tag != V_ASN1_SEQUENCE || in ldap_ExtendedResponse_parse()
3689 inf = ASN1_get_object(&cur, &len, &tag, &xclass, rem); in ldap_ExtendedResponse_parse()
3690 if (inf != V_ASN1_UNIVERSAL || tag != V_ASN1_INTEGER || in ldap_ExtendedResponse_parse()
3700 inf = ASN1_get_object(&cur, &len, &tag, &xclass, rem); in ldap_ExtendedResponse_parse()
3701 if (inf != V_ASN1_CONSTRUCTED || xclass != V_ASN1_APPLICATION || in ldap_ExtendedResponse_parse()
3709 inf = ASN1_get_object(&cur, &len, &tag, &xclass, rem); in ldap_ExtendedResponse_parse()
3710 if (inf != V_ASN1_UNIVERSAL || tag != V_ASN1_ENUMERATED || len == 0 || in ldap_ExtendedResponse_parse()
3717 for (ret = 0, inf = 0; inf < len; inf++) { in ldap_ExtendedResponse_parse()
[all …]
/openssl/test/recipes/04-test_params_conversion_data/
H A Dnative_types.txt335 double=inf
/openssl/ssl/
H A Dt1_lib.c961 const TLS_GROUP_INFO *inf; in tls1_shared_group() local
967 inf = tls1_group_id_lookup(ctx, id); in tls1_shared_group()
968 if (!ossl_assert(inf != NULL)) in tls1_shared_group()
972 ? inf->mindtls : inf->mintls; in tls1_shared_group()
974 ? inf->maxdtls : inf->maxtls; in tls1_shared_group()

Completed in 66 milliseconds