/openssl/crypto/ec/ |
H A D | ecx_backend.h | 10 #define ISX448(id) ((id) == EVP_PKEY_X448) argument 11 #define IS25519(id) ((id) == EVP_PKEY_X25519 || (id) == EVP_PKEY_ED25519) argument 12 #define KEYLENID(id) (IS25519(id) ? X25519_KEYLEN \ argument 15 #define KEYNID2TYPE(id) \ argument
|
H A D | ec_backend.c | 64 static char *ec_param_encoding_id2name(int id) in ec_param_encoding_id2name() 75 char *ossl_ec_check_group_type_id2name(int id) in ossl_ec_check_group_type_id2name() 146 char *ossl_ec_pt_format_id2name(int id) in ossl_ec_pt_format_id2name() 678 int ossl_ec_encoding_param2id(const OSSL_PARAM *p, int *id) in ossl_ec_encoding_param2id() 704 int ossl_ec_pt_format_param2id(const OSSL_PARAM *p, int *id) in ossl_ec_pt_format_param2id()
|
/openssl/test/ |
H A D | ciphername_test.c | 26 int id; member 370 static const char *get_std_name_by_id(int id) in get_std_name_by_id() 388 int i, id = 0, ret = 0; in test_cipher_name() local
|
H A D | acvp_test.c | 143 static int ecdsa_keygen_test(int id) in ecdsa_keygen_test() 275 static int ecdsa_siggen_test(int id) in ecdsa_siggen_test() 302 static int ecdsa_sigver_test(int id) in ecdsa_sigver_test() 553 static int dsa_keygen_test(int id) in dsa_keygen_test() 714 static int dsa_pqver_test(int id) in dsa_pqver_test() 783 static int dsa_siggen_test(int id) in dsa_siggen_test() 813 static int dsa_sigver_test(int id) in dsa_sigver_test() 1295 static int rsa_keygen_test(int id) in rsa_keygen_test() 1402 static int rsa_siggen_test(int id) in rsa_siggen_test() 1447 static int rsa_sigver_test(int id) in rsa_sigver_test() [all …]
|
H A D | evp_fetch_prov_test.c | 190 static int test_explicit_EVP_MD_fetch(const char *id) in test_explicit_EVP_MD_fetch() 236 char id[OSSL_MAX_NAME_SIZE] = { 0 }; in test_explicit_EVP_MD_fetch_by_X509_ALGOR() local 308 static int test_explicit_EVP_CIPHER_fetch(const char *id) in test_explicit_EVP_CIPHER_fetch() 352 char id[OSSL_MAX_NAME_SIZE] = { 0 }; in test_explicit_EVP_CIPHER_fetch_by_X509_ALGOR() local
|
H A D | bio_meth_test.c | 15 int i, ret = 0, id; in test_bio_meth() local
|
H A D | evp_pkey_dparams_test.c | 245 static int params_bio_test(int id) in params_bio_test() 273 static int set_enc_pubkey_test(int id) in set_enc_pubkey_test()
|
H A D | namemap_internal_test.c | 79 int id; in test_digestbyname() local 107 int id; in test_cipherbyname() local
|
/openssl/providers/fips/ |
H A D | fipsindicator.c | 35 void ossl_FIPS_IND_set_settable(OSSL_FIPS_IND *ind, int id, int state) in ossl_FIPS_IND_set_settable() 45 int ossl_FIPS_IND_get_settable(const OSSL_FIPS_IND *ind, int 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() 80 int ossl_FIPS_IND_set_ctx_param(OSSL_FIPS_IND *ind, int id, in ossl_FIPS_IND_set_ctx_param()
|
/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() 54 int ossl_fips_ind_ec_key_check(OSSL_FIPS_IND *ind, int id, 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() 98 int ossl_fips_ind_digest_sign_check(OSSL_FIPS_IND *ind, int id, in ossl_fips_ind_digest_sign_check()
|
/openssl/crypto/pkcs12/ |
H A D | p12_key.c | 20 int saltlen, int id, int iter, int n, in PKCS12_key_gen_asc_ex() 42 int saltlen, int id, int iter, int n, in PKCS12_key_gen_asc() 50 int saltlen, int id, int iter, int n, in PKCS12_key_gen_utf8_ex() 72 int saltlen, int id, int iter, int n, in PKCS12_key_gen_utf8() 80 int saltlen, int id, int iter, int n, in PKCS12_key_gen_uni_ex() 134 int saltlen, int id, int iter, int n, in PKCS12_key_gen_uni()
|
/openssl/providers/fips/include/fips/ |
H A D | fipsindicator.h | 99 # define OSSL_FIPS_IND_ON_UNAPPROVED(ctx, id, libctx, algname, opname, config_check_fn) \ argument 109 # define OSSL_FIPS_IND_SET_CTX_PARAM(ctx, id, params, name) \ argument 120 # define OSSL_FIPS_IND_GET_PARAM(ctx, p, settable, id, name) \ argument 144 # define OSSL_FIPS_IND_ON_UNAPPROVED(ctx, id, libctx, algname, opname, configopt_fn) argument 146 # define OSSL_FIPS_IND_SET_CTX_PARAM(ctx, id, params, name) 1 argument
|
/openssl/crypto/evp/ |
H A D | dh_support.c | 17 int id; member 38 const char *ossl_dh_gen_type_id2name(int id) in ossl_dh_gen_type_id2name()
|
/openssl/crypto/x509/ |
H A D | x509_trust.c | 66 int X509_check_trust(X509 *x, int id, int flags) in X509_check_trust() 98 int X509_TRUST_get_by_id(int id) in X509_TRUST_get_by_id() 126 int X509_TRUST_add(int id, int flags, int (*ck) (X509_TRUST *, X509 *, int), in X509_TRUST_add() argument 250 static int obj_trust(int id, X509 *x, int flags) in obj_trust()
|
H A D | v3_sxnet.c | 62 SXNETID *id; variable 164 SXNETID *id = NULL; in SXNET_add_id_INTEGER() local 251 SXNETID *id; in SXNET_get_id_INTEGER() local
|
H A D | pcy_node.c | 29 const ASN1_OBJECT *id) in ossl_policy_tree_find_sk() 45 const ASN1_OBJECT *id) in ossl_policy_level_find_node()
|
H A D | pcy_data.c | 42 ASN1_OBJECT *id; in ossl_policy_data_new() local
|
/openssl/crypto/encode_decode/ |
H A D | decoder_meth.c | 70 int id; /* For get_decoder_from_store() */ member 134 int id; in get_decoder_from_store() local 171 int id; in put_decoder_in_store() local 199 void *ossl_decoder_from_algorithm(int id, const OSSL_ALGORITHM *algodef, in ossl_decoder_from_algorithm() 306 int id = ossl_namemap_add_names(namemap, 0, names, NAME_SEPARATOR); in construct_decoder() local 348 int unsupported, id; in inner_ossl_decoder_fetch() local 526 int id = *id_cache; in ossl_decoder_fast_is_a() local 539 static void do_one(ossl_unused int id, void *method, void *arg) in do_one()
|
H A D | encoder_meth.c | 70 int id; /* For get_encoder_from_store() */ member 134 int id; in get_encoder_from_store() local 171 int id; in put_encoder_in_store() local 199 static void *encoder_from_algorithm(int id, const OSSL_ALGORITHM *algodef, in encoder_from_algorithm() 316 int id = ossl_namemap_add_names(namemap, 0, names, NAME_SEPARATOR); in construct_encoder() local 358 int unsupported, id; in inner_ossl_encoder_fetch() local 530 static void do_one(ossl_unused int id, void *method, void *arg) in do_one()
|
/openssl/include/internal/ |
H A D | comp.h | 19 int id; member
|
/openssl/providers/implementations/kem/ |
H A D | kem_util.c | 16 unsigned int id; member
|
/openssl/crypto/sm2/ |
H A D | sm2_sign.c | 25 const uint8_t *id, in ossl_sm2_compute_z_digest() 151 const uint8_t *id, in sm2_compute_msg_hash() 412 const uint8_t *id, in ossl_sm2_do_sign() 435 const uint8_t *id, in ossl_sm2_do_verify()
|
/openssl/crypto/store/ |
H A D | store_meth.c | 138 int id; in get_loader_from_store() local 162 int id; in put_loader_in_store() local 263 int id = ossl_namemap_add_name(namemap, 0, scheme); in construct_loader() local 295 int unsupported, id; in inner_loader_fetch() local 459 static void do_one(ossl_unused int id, void *method, void *arg) in do_one()
|
/openssl/ssl/quic/ |
H A D | quic_wire.c | 396 uint64_t id, in ossl_quic_wire_encode_transport_param_bytes() 418 uint64_t id, in ossl_quic_wire_encode_transport_param_int() 430 uint64_t id, in ossl_quic_wire_encode_transport_param_cid() 912 int ossl_quic_wire_peek_transport_param(PACKET *pkt, uint64_t *id) in ossl_quic_wire_peek_transport_param() 918 uint64_t *id, in ossl_quic_wire_decode_transport_param_bytes() 940 uint64_t *id, in ossl_quic_wire_decode_transport_param_int() 960 uint64_t *id, in ossl_quic_wire_decode_transport_param_cid() 979 uint64_t id; in ossl_quic_wire_decode_transport_param_preferred_addr() local
|
/openssl/crypto/dh/ |
H A D | dh_group_params.c | 84 int id = DH_get_nid(dh); in ossl_dh_is_named_safe_prime_group() local
|