/openssl/providers/fips/ |
H A D | fipsindicator.c | 16 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 D | v3_admis.c | 54 BIO *bp, int ind); 71 BIO *bp, int ind) in i2r_NAMING_AUTHORITY() argument 83 if (BIO_printf(bp, "%*snamingAuthority:\n", ind, "") <= 0) in i2r_NAMING_AUTHORITY() 90 if (BIO_printf(bp, "%*s namingAuthorityId: ", ind, "") <= 0) in i2r_NAMING_AUTHORITY() 106 if (BIO_printf(bp, "%*s namingAuthorityUrl: ", ind, "") <= 0 in i2r_NAMING_AUTHORITY() 118 BIO *bp, int ind) in i2r_ADMISSION_SYNTAX() argument 124 if (BIO_printf(bp, "%*sadmissionAuthority:\n", ind, "") <= 0 in i2r_ADMISSION_SYNTAX() 125 || BIO_printf(bp, "%*s ", ind, "") <= 0 in i2r_ADMISSION_SYNTAX() 134 if (BIO_printf(bp, "%*sEntry %0d:\n", ind, "", 1 + i) <= 0) in i2r_ADMISSION_SYNTAX() 139 || BIO_printf(bp, "%*s ", ind, "") <= 0 in i2r_ADMISSION_SYNTAX() [all …]
|
H A D | v3_ncons.c | 30 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 D | x_ietfatt.c | 120 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 D | fipsindicator.h | 65 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 D | securitycheck_fips.c | 36 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 D | v3_ocsp.c | 42 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 D | OSSL_IETF_ATTR_SYNTAX.pod | 26 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 D | bn_local.h | 467 int ind = (a)->dmax - (a)->top; \ 469 for (; ind != 0; ind--) \
|
/openssl/include/openssl/ |
H A D | x509_acert.h.in | 151 int ind, int *type);
|
/openssl/Configurations/ |
H A D | descrip.mms.tmpl | 931 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 D | objects.txt | 441 !Cname ms-code-ind
|