/openssl/providers/common/ |
H A D | securitycheck_fips.c | 38 const RSA *rsa, const char *desc, int protect) in ossl_fips_ind_rsa_key_check() 56 const EC_GROUP *group, const char *desc, in ossl_fips_ind_ec_key_check() 83 const EVP_MD *md, const char *desc) in ossl_fips_ind_digest_exch_check() 101 const char *desc, in ossl_fips_ind_digest_sign_check()
|
/openssl/apps/ |
H A D | list.c | 143 const char *desc = EVP_CIPHER_get0_description(c); in list_ciphers() local 227 const char *desc = EVP_MD_get0_description(m); in list_digests() local 288 const char *desc = EVP_MAC_get0_description(m); in list_macs() local 352 const char *desc = EVP_KDF_get0_description(k); in list_kdfs() local 417 const char *desc = EVP_RAND_get0_description(m); in list_random_generators() local 552 const char *desc = OSSL_ENCODER_get0_description(k); in list_encoders() local 617 const char *desc = OSSL_DECODER_get0_description(k); in list_decoders() local 665 const char *desc = EVP_KEYMGMT_get0_description(k); in list_keymanagers() local 736 const char *desc = EVP_SIGNATURE_get0_description(k); in list_signatures() local 842 const char *desc = EVP_KEM_get0_description(k); in list_kems() local [all …]
|
H A D | cmp.c | 815 static OSSL_CMP_MSG *read_PKIMESSAGE(const char *desc, char **filenames) in read_PKIMESSAGE() 939 OSSL_CMP_CTX *ctx, const char *desc) in set_name() 956 static int set_gennames(OSSL_CMP_CTX *ctx, char *names, const char *desc) in set_gennames() 1015 const char *desc, add_X509_fn_t set1_fn) in setup_cert() 1030 static int setup_certs(char *files, const char *desc, void *ctx, in setup_certs() 1815 const char *desc = "new private key for cert to be enrolled"; in setup_request_ctx() local 2336 const char *file, const char *desc) in save_free_certs() 2375 const char *file, const char *desc) in save_crl() 2403 static int delete_file(const char *file, const char *desc) in delete_file() 3236 const char *desc = "specifications contained in keySpec from genp"; in print_keyspec() local [all …]
|
H A D | storeutl.c | 418 const char *desc = OSSL_STORE_INFO_get0_NAME_description(info); in process() local
|
H A D | engine.c | 156 char *desc = NULL; in util_verbose() local
|
/openssl/ssl/ |
H A D | s3_msg.c | 44 int ssl3_send_alert(SSL_CONNECTION *s, int level, int desc) in ssl3_send_alert()
|
/openssl/test/testutil/ |
H A D | tests.c | 99 void test_info_c90(const char *desc, ...) in test_info_c90() 108 void test_info(const char *file, int line, const char *desc, ...) in test_info() 117 void test_error_c90(const char *desc, ...) in test_error_c90() 127 void test_error(const char *file, int line, const char *desc, ...) in test_error() 160 int test_skip(const char *file, int line, const char *desc, ...) in test_skip() 170 int test_skip_c90(const char *desc, ...) in test_skip_c90()
|
/openssl/crypto/ |
H A D | self_test_core.c | 25 const char *desc; member 116 const char *desc) in OSSL_SELF_TEST_onbegin()
|
/openssl/crypto/x509/ |
H A D | v3_info.c | 65 ACCESS_DESCRIPTION *desc; variable
|
/openssl/providers/implementations/encode_decode/ |
H A D | decode_msblob2key.c | 58 const struct keytype_desc_st *desc; member 64 msblob2key_newctx(void *provctx, const struct keytype_desc_st *desc) in msblob2key_newctx()
|
H A D | decode_pvk2key.c | 62 const struct keytype_desc_st *desc; member 68 pvk2key_newctx(void *provctx, const struct keytype_desc_st *desc) in pvk2key_newctx()
|
H A D | decode_der2key.c | 94 const struct keytype_desc_st *desc; member 132 der2key_newctx(void *provctx, const struct keytype_desc_st *desc) in der2key_newctx() 173 const struct keytype_desc_st *desc) in der2key_check_selection()
|
/openssl/providers/implementations/signature/ |
H A D | dsa_sig.c | 151 const char *desc) in dsa_setup_md() 246 const char *desc) in dsa_sign_check_approved() 257 static int dsa_check_key(PROV_DSA_CTX *ctx, int sign, const char *desc) in dsa_check_key() 277 const char *desc) in dsa_signverify_init() 509 int operation, const char *desc) in dsa_digest_signverify_init() 894 int operation, const char *desc) in dsa_sigalg_signverify_init()
|
H A D | ecdsa_sig.c | 168 const char *desc) in ecdsa_setup_md() 266 const char *desc) in ecdsa_signverify_init() 500 int operation, const char *desc) in ecdsa_digest_signverify_init() 912 int operation, const char *desc) in ecdsa_sigalg_signverify_init()
|
H A D | rsa_sig.c | 371 const char *mdprops, const char *desc) in rsa_setup_md() 506 const char *desc) in rsa_signverify_init() 1189 int operation, const char *desc) in rsa_digest_signverify_init() 1923 const char *desc) in rsa_sigalg_signverify_init()
|
/openssl/apps/lib/ |
H A D | apps.c | 211 char *get_passwd(const char *pass, const char *desc) in get_passwd() 485 const char *pass, const char *desc) in load_cert_pass() 507 const char *desc) in load_crl() 529 X509_REQ *load_csr(const char *file, int format, const char *desc) in load_csr() 606 const char *pass, ENGINE *e, const char *desc) in load_key() 625 const char *pass, ENGINE *e, const char *desc) in load_pubkey() 667 const char *keytype, const char *desc) in load_keyparams() 857 const char *pass, const char *desc) in load_certs() 878 const char *pass, const char *desc) in load_crls() 1943 const char *desc) in parse_name() [all …]
|
H A D | engine.c | 105 char *make_engine_uri(ENGINE *e, const char *key_id, const char *desc) in make_engine_uri()
|
/openssl/providers/fips/ |
H A D | fipsindicator.c | 107 const char *desc) in ossl_FIPS_IND_callback()
|
/openssl/crypto/cmp/ |
H A D | cmp_genm.c | 77 int expected, const char *desc) in get_genm_itav() 251 X509 *target, const char *desc) in verify_ss_cert_trans()
|
/openssl/providers/implementations/kdfs/ |
H A D | pbkdf2.c | 183 const char **desc) in pbkdf2_lower_bound_check_passed() 212 const char *desc = NULL; in fips_lower_bound_check_passed() local
|
/openssl/test/ |
H A D | provider_status_test.c | 54 const char *phase = NULL, *type = NULL, *desc = NULL; in self_test_events() local
|
/openssl/apps/include/ |
H A D | apps.h | 126 # define load_cert(uri, format, desc) load_cert_pass(uri, format, 1, NULL, desc) argument
|
/openssl/crypto/store/ |
H A D | store_local.h | 33 char *desc; member
|
/openssl/providers/implementations/kem/ |
H A D | rsa_kem.c | 131 const char *desc) in rsakem_init()
|
/openssl/providers/implementations/asymciphers/ |
H A D | rsa_enc.c | 97 int operation, const char *desc) in rsa_init()
|