Home
last modified time | relevance | path

Searched defs:id (Results 1 – 25 of 100) sorted by relevance

1234

/openssl-master/crypto/ec/
A Decx_backend.h10 #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
A Dec_backend.c63 static char *ec_param_encoding_id2name(int id) in ec_param_encoding_id2name()
74 char *ossl_ec_check_group_type_id2name(int id) in ossl_ec_check_group_type_id2name()
145 char *ossl_ec_pt_format_id2name(int id) in ossl_ec_pt_format_id2name()
679 int ossl_ec_encoding_param2id(const OSSL_PARAM *p, int *id) in ossl_ec_encoding_param2id()
705 int ossl_ec_pt_format_param2id(const OSSL_PARAM *p, int *id) in ossl_ec_pt_format_param2id()
/openssl-master/test/
A Dciphername_test.c26 int id; member
368 static const char *get_std_name_by_id(int id) in get_std_name_by_id()
386 int i, id = 0, ret = 0; in test_cipher_name() local
A Dacvp_test.c115 static int ecdsa_keygen_test(int id) in ecdsa_keygen_test()
247 static int ecdsa_siggen_test(int id) in ecdsa_siggen_test()
274 static int ecdsa_sigver_test(int id) in ecdsa_sigver_test()
369 static int dsa_keygen_test(int id) in dsa_keygen_test()
520 static int dsa_pqver_test(int id) in dsa_pqver_test()
589 static int dsa_siggen_test(int id) in dsa_siggen_test()
615 static int dsa_sigver_test(int id) in dsa_sigver_test()
1051 static int rsa_keygen_test(int id) in rsa_keygen_test()
1158 static int rsa_siggen_test(int id) in rsa_siggen_test()
1199 static int rsa_sigver_test(int id) in rsa_sigver_test()
[all …]
A Devp_fetch_prov_test.c169 static int test_explicit_EVP_MD_fetch(const char *id) in test_explicit_EVP_MD_fetch()
215 char id[OSSL_MAX_NAME_SIZE]; in test_explicit_EVP_MD_fetch_by_X509_ALGOR() local
287 static int test_explicit_EVP_CIPHER_fetch(const char *id) in test_explicit_EVP_CIPHER_fetch()
331 char id[OSSL_MAX_NAME_SIZE]; in test_explicit_EVP_CIPHER_fetch_by_X509_ALGOR() local
A Dnamemap_internal_test.c79 int id; in test_digestbyname() local
107 int id; in test_cipherbyname() local
A Dbn_internal_test.c48 static int test_is_composite_enhanced(int id) in test_is_composite_enhanced()
A Devp_pkey_dparams_test.c113 static int params_bio_test(int id) in params_bio_test()
/openssl-master/crypto/pkcs12/
A Dp12_key.c20 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-master/crypto/evp/
A Ddh_support.c17 int id; member
39 const char *ossl_dh_gen_type_id2name(int id) in ossl_dh_gen_type_id2name()
A Dnames.c80 int id; in evp_get_cipherbyname_ex() local
126 int id; in evp_get_digestbyname_ex() local
/openssl-master/crypto/x509/
A Dx509_trust.c65 int X509_check_trust(X509 *x, int id, int flags) in X509_check_trust()
97 int X509_TRUST_get_by_id(int id) in X509_TRUST_get_by_id()
123 int X509_TRUST_add(int id, int flags, int (*ck) (X509_TRUST *, X509 *, int), in X509_TRUST_add() argument
251 static int obj_trust(int id, X509 *x, int flags) in obj_trust()
A Dv3_sxnet.c62 SXNETID *id; variable
153 SXNETID *id = NULL; in SXNET_add_id_INTEGER() local
228 SXNETID *id; in SXNET_get_id_INTEGER() local
A Dpcy_node.c29 const ASN1_OBJECT *id) in ossl_policy_tree_find_sk()
45 const ASN1_OBJECT *id) in ossl_policy_level_find_node()
A Dpcy_data.c42 ASN1_OBJECT *id; in ossl_policy_data_new() local
A Dpcy_cache.c202 const ASN1_OBJECT *id) in ossl_policy_cache_find_data()
/openssl-master/crypto/encode_decode/
A Ddecoder_meth.c90 int id; /* For get_decoder_from_store() */ member
133 int id; in get_decoder_from_store() local
170 int id; in put_decoder_in_store() local
198 void *ossl_decoder_from_algorithm(int id, const OSSL_ALGORITHM *algodef, in ossl_decoder_from_algorithm()
302 int id = ossl_namemap_add_names(namemap, 0, names, NAME_SEPARATOR); in construct_decoder() local
337 inner_ossl_decoder_fetch(struct decoder_data_st *methdata, int id, in inner_ossl_decoder_fetch()
434 OSSL_DECODER *ossl_decoder_fetch_by_number(OSSL_LIB_CTX *libctx, int id, in ossl_decoder_fetch_by_number()
518 static void do_one(ossl_unused int id, void *method, void *arg) in do_one()
A Dencoder_meth.c90 int id; /* For get_encoder_from_store() */ member
133 int id; in get_encoder_from_store() local
170 int id; in put_encoder_in_store() local
198 static void *encoder_from_algorithm(int id, const OSSL_ALGORITHM *algodef, in encoder_from_algorithm()
312 int id = ossl_namemap_add_names(namemap, 0, names, NAME_SEPARATOR); in construct_encoder() local
347 inner_ossl_encoder_fetch(struct encoder_data_st *methdata, int id, in inner_ossl_encoder_fetch()
443 OSSL_ENCODER *ossl_encoder_fetch_by_number(OSSL_LIB_CTX *libctx, int id, in ossl_encoder_fetch_by_number()
527 static void do_one(ossl_unused int id, void *method, void *arg) in do_one()
/openssl-master/crypto/sm2/
A Dsm2_sign.c26 const uint8_t *id, in ossl_sm2_compute_z_digest()
143 const uint8_t *id, in sm2_compute_msg_hash()
393 const uint8_t *id, in ossl_sm2_do_sign()
416 const uint8_t *id, in ossl_sm2_do_verify()
/openssl-master/crypto/store/
A Dstore_meth.c136 int id; in get_loader_from_store() local
160 int id; in put_loader_in_store() local
253 int id = ossl_namemap_add_name(namemap, 0, scheme); in construct_loader() local
278 inner_loader_fetch(struct loader_data_st *methdata, int id, in inner_loader_fetch()
451 static void do_one(ossl_unused int id, void *method, void *arg) in do_one()
/openssl-master/crypto/dh/
A Ddh_group_params.c84 int id = DH_get_nid(dh); in ossl_dh_is_named_safe_prime_group() local
/openssl-master/include/openssl/
A Dsrp.h.in55 char *id; member
95 char *id; member
/openssl-master/crypto/cms/
A Dcms_ess.c117 unsigned char *id, int idlen, int allorfirst, in CMS_ReceiptRequest_create0_ex()
159 unsigned char *id, int idlen, int allorfirst, in CMS_ReceiptRequest_create0()
/openssl-master/crypto/ocsp/
A Docsp_cl.c222 int OCSP_resp_find(OCSP_BASICRESP *bs, OCSP_CERTID *id, int last) in OCSP_resp_find()
283 int OCSP_resp_find_status(OCSP_BASICRESP *bs, OCSP_CERTID *id, int *status, in OCSP_resp_find_status()
/openssl-master/ssl/
A Ds3_lib.c3632 uint16_t id = tls1_shared_group(s, larg); in ssl3_ctrl() local
3640 unsigned int id; in ssl3_ctrl() local
4042 const SSL_CIPHER *ssl3_get_cipher_by_id(uint32_t id) in ssl3_get_cipher_by_id()
4670 EVP_PKEY *ssl_generate_pkey_group(SSL *s, uint16_t id) in ssl_generate_pkey_group()
4710 EVP_PKEY *ssl_generate_param_group(SSL *s, uint16_t id) in ssl_generate_param_group()

Completed in 195 milliseconds

1234