Home
last modified time | relevance | path

Searched refs:ind (Results 1 – 12 of 12) sorted by relevance

/openssl/providers/fips/
H A Dfipsindicator.c16 void ossl_FIPS_IND_init(OSSL_FIPS_IND *ind) in ossl_FIPS_IND_init() argument
22 ind->settable[i] = OSSL_FIPS_IND_STATE_UNKNOWN; in ossl_FIPS_IND_init()
25 void ossl_FIPS_IND_set_approved(OSSL_FIPS_IND *ind) in ossl_FIPS_IND_set_approved() argument
27 ind->approved = 1; in ossl_FIPS_IND_set_approved()
42 ind->settable[id] = state; in ossl_FIPS_IND_set_settable()
49 return ind->settable[id]; in ossl_FIPS_IND_get_settable()
58 int ossl_FIPS_IND_on_unapproved(OSSL_FIPS_IND *ind, int id, in ossl_FIPS_IND_on_unapproved() argument
64 ind->approved = 0; in ossl_FIPS_IND_on_unapproved()
80 int ossl_FIPS_IND_set_ctx_param(OSSL_FIPS_IND *ind, int id, in ossl_FIPS_IND_set_ctx_param() argument
89 ossl_FIPS_IND_set_settable(ind, id, in); in ossl_FIPS_IND_set_ctx_param()
[all …]
/openssl/crypto/x509/
H A Dv3_admis.c54 BIO *bp, int ind);
72 BIO *bp, int ind) in i2r_NAMING_AUTHORITY() argument
84 if (BIO_printf(bp, "%*snamingAuthority: ", ind, "") <= 0) in i2r_NAMING_AUTHORITY()
101 if (BIO_printf(bp, "%*s namingAuthorityText: ", ind, "") <= 0 in i2r_NAMING_AUTHORITY()
107 if (BIO_printf(bp, "%*s namingAuthorityUrl: ", ind, "") <= 0 in i2r_NAMING_AUTHORITY()
119 BIO *bp, int ind) in i2r_ADMISSION_SYNTAX() argument
125 if (BIO_printf(bp, "%*sadmissionAuthority:\n", ind, "") <= 0 in i2r_ADMISSION_SYNTAX()
126 || BIO_printf(bp, "%*s ", ind, "") <= 0 in i2r_ADMISSION_SYNTAX()
139 || BIO_printf(bp, "%*s ", ind, "") <= 0 in i2r_ADMISSION_SYNTAX()
175 if (BIO_printf(bp, "%*s ", ind, "") <= 0 in i2r_ADMISSION_SYNTAX()
[all …]
H A Dv3_ncons.c30 BIO *bp, int ind);
33 int ind, const char *name);
203 BIO *bp, int ind) in i2r_NAME_CONSTRAINTS() argument
207 bp, ind, "Permitted"); in i2r_NAME_CONSTRAINTS()
211 bp, ind, "Excluded"); in i2r_NAME_CONSTRAINTS()
217 BIO *bp, int ind, const char *name) in do_i2r_name_constraints() argument
222 BIO_printf(bp, "%*s%s:\n", ind, "", name); in do_i2r_name_constraints()
227 BIO_printf(bp, "%*s", ind + 2, ""); in do_i2r_name_constraints()
H A Dx_ietfatt.c120 int ind, int *type) in OSSL_IETF_ATTR_SYNTAX_get0_value() argument
124 val = sk_OSSL_IETF_ATTR_SYNTAX_VALUE_value(a->values, ind); in OSSL_IETF_ATTR_SYNTAX_get0_value()
/openssl/providers/fips/include/fips/
H A Dfipsindicator.h65 void ossl_FIPS_IND_init(OSSL_FIPS_IND *ind);
66 void ossl_FIPS_IND_set_approved(OSSL_FIPS_IND *ind);
67 void ossl_FIPS_IND_set_settable(OSSL_FIPS_IND *ind, int id, int enable);
68 int ossl_FIPS_IND_get_settable(const OSSL_FIPS_IND *ind, int id);
69 int ossl_FIPS_IND_on_unapproved(OSSL_FIPS_IND *ind, int id, OSSL_LIB_CTX *libctx,
72 int ossl_FIPS_IND_set_ctx_param(OSSL_FIPS_IND *ind, int id,
74 int ossl_FIPS_IND_get_ctx_param(const OSSL_FIPS_IND *ind,
125 int ossl_fips_ind_rsa_key_check(OSSL_FIPS_IND *ind, int id, OSSL_LIB_CTX *libctx,
128 int ossl_fips_ind_ec_key_check(OSSL_FIPS_IND *ind, int id, OSSL_LIB_CTX *libctx,
132 int ossl_fips_ind_digest_exch_check(OSSL_FIPS_IND *ind, int id, OSSL_LIB_CTX *libctx,
[all …]
/openssl/providers/common/
H A Dsecuritycheck_fips.c36 int ossl_fips_ind_rsa_key_check(OSSL_FIPS_IND *ind, int id, in ossl_fips_ind_rsa_key_check() argument
43 if (!ossl_FIPS_IND_on_unapproved(ind, id, libctx, desc, "Key size", in ossl_fips_ind_rsa_key_check()
54 int ossl_fips_ind_ec_key_check(OSSL_FIPS_IND *ind, int id, in ossl_fips_ind_ec_key_check() argument
68 if (!ossl_FIPS_IND_on_unapproved(ind, id, libctx, desc, "EC Key", in ossl_fips_ind_ec_key_check()
81 int ossl_fips_ind_digest_exch_check(OSSL_FIPS_IND *ind, int id, in ossl_fips_ind_digest_exch_check() argument
89 if (!ossl_FIPS_IND_on_unapproved(ind, id, libctx, desc, "Digest", in ossl_fips_ind_digest_exch_check()
98 int ossl_fips_ind_digest_sign_check(OSSL_FIPS_IND *ind, int id, in ossl_fips_ind_digest_sign_check() argument
112 if (!ossl_FIPS_IND_on_unapproved(ind, id, libctx, desc, "Digest SHA1", in ossl_fips_ind_digest_sign_check()
/openssl/crypto/ocsp/
H A Dv3_ocsp.c42 BIO *bp, int ind);
111 int ind) in i2r_ocsp_crlid() argument
115 if (BIO_printf(bp, "%*scrlUrl: ", ind, "") <= 0) in i2r_ocsp_crlid()
123 if (BIO_printf(bp, "%*scrlNum: ", ind, "") <= 0) in i2r_ocsp_crlid()
131 if (BIO_printf(bp, "%*scrlTime: ", ind, "") <= 0) in i2r_ocsp_crlid()
144 BIO *bp, int ind) in i2r_ocsp_acutoff() argument
146 if (BIO_printf(bp, "%*s", ind, "") <= 0) in i2r_ocsp_acutoff()
154 int ind) in i2r_object() argument
156 if (BIO_printf(bp, "%*s", ind, "") <= 0) in i2r_object()
240 BIO *bp, int ind) in i2r_ocsp_serviceloc() argument
[all …]
/openssl/doc/man3/
H A DOSSL_IETF_ATTR_SYNTAX.pod26 int ind, int *type);
45 OSSL_IETF_ATTR_SYNTAX_get0_value() will return the value and a specific index I<ind>
/openssl/crypto/bn/
H A Dbn_local.h467 int ind = (a)->dmax - (a)->top; \
469 for (; ind != 0; ind--) \
/openssl/include/openssl/
H A Dx509_acert.h.in151 int ind, int *type);
/openssl/Configurations/
H A Ddescrip.mms.tmpl931 my $ind = shift;
936 return ('') if $outd eq $ind;
940 my $inprologue = catfile($ind, '__DECC_INCLUDE_PROLOGUE.H');
941 my $inepilogue = catfile($ind, '__DECC_INCLUDE_EPILOGUE.H');
/openssl/crypto/objects/
H A Dobjects.txt441 !Cname ms-code-ind

Completed in 26 milliseconds