/openssl/test/ |
H A D | ssl_test.c | 34 static int check_result(HANDSHAKE_RESULT *result, SSL_TEST_CTX *test_ctx) in check_result() 194 static int check_session_ticket_app_data(HANDSHAKE_RESULT *result, in check_session_ticket_app_data() 287 static int check_server_cert_type(HANDSHAKE_RESULT *result, in check_server_cert_type() 294 static int check_server_sign_hash(HANDSHAKE_RESULT *result, in check_server_sign_hash() 301 static int check_server_sign_type(HANDSHAKE_RESULT *result, in check_server_sign_type() 308 static int check_server_ca_names(HANDSHAKE_RESULT *result, in check_server_ca_names() 316 static int check_client_cert_type(HANDSHAKE_RESULT *result, in check_client_cert_type() 323 static int check_client_sign_hash(HANDSHAKE_RESULT *result, in check_client_sign_hash() 330 static int check_client_sign_type(HANDSHAKE_RESULT *result, in check_client_sign_type() 337 static int check_client_ca_names(HANDSHAKE_RESULT *result, in check_client_ca_names() [all …]
|
H A D | sslbuffertest.c | 74 int result = 0; in test_func() local 201 int result = 0; in test_free_buffers() local
|
H A D | ecstresstest.c | 71 BIGNUM *result = NULL, *expected_result = NULL; in test_curve() local
|
H A D | x509_check_cert_pkey_test.c | 34 int ret = 0, type = 0, expected = 0, result = 0; in test_x509_check_cert_pkey() local
|
H A D | bio_comp_test.c | 29 static unsigned char *result = NULL; variable
|
H A D | evp_kdf_test.c | 1020 unsigned char result[16] = { 0 }; in test_kdf_kbkdf_6803_128() local 1086 unsigned char result[32] = { 0 }; in test_kdf_kbkdf_6803_256() local 1224 unsigned char result[32] = { 0 }; in test_kdf_kbkdf_empty_key() local 1249 unsigned char result[32] = { 0 }; in test_kdf_kbkdf_1byte_key() local 1272 unsigned char result[32] = { 0 }; in test_kdf_kbkdf_zero_output_size() local 1309 unsigned char result[sizeof(output)] = { 0 }; in test_kdf_kbkdf_8009_prf1() local 1353 unsigned char result[sizeof(output)] = { 0 }; in test_kdf_kbkdf_8009_prf2() local 1412 unsigned char result[sizeof(output)] = { 0 }; in test_kdf_kbkdf_fixedinfo() local 1567 unsigned char result[sizeof(output)] = { 0 }; in test_kdf_kbkdf_kmac() local
|
H A D | danetest.c | 177 static ossl_ssize_t hexdecode(const char *in, void *result) in hexdecode() 217 uint8_t *result = (uint8_t *)out; in checked_uint8() local
|
H A D | x509_time_test.c | 259 int result; in test_x509_cmp_time() local 355 int result, rv = 0; in test_x509_time() local
|
H A D | ct_test.c | 131 int result = 0; in compare_sct_list_printout() local 157 int result = 0; in compare_extension_printout() local
|
H A D | shlibloadtest.c | 78 int result = 0; in test_lib() local
|
/openssl/apps/lib/ |
H A D | opt.c | 262 int opt_format(const char *s, unsigned long flags, int *result) in opt_format() 494 int opt_pair(const char *name, const OPT_PAIR* pairs, int *result) in opt_pair() 524 int opt_int(const char *value, int *result) in opt_int() 542 int result = -1; in opt_int_arg() local 572 int opt_long(const char *value, long *result) in opt_long() 598 int opt_intmax(const char *value, ossl_intmax_t *result) in opt_intmax() 627 int opt_uintmax(const char *value, ossl_uintmax_t *result) in opt_uintmax() 655 int opt_intmax(const char *value, ossl_intmax_t *result) in opt_intmax() 665 int opt_uintmax(const char *value, ossl_uintmax_t *result) in opt_uintmax() 679 int opt_ulong(const char *value, unsigned long *result) in opt_ulong()
|
/openssl/crypto/x509/ |
H A D | v3_genn.c | 124 int result = -1; in GENERAL_NAME_cmp() local 165 int result = -1; in OTHERNAME_cmp() local
|
/openssl/crypto/ |
H A D | core_fetch.c | 61 void *cbdata, int *result) in ossl_method_construct_precondition() 88 void *cbdata, int *result) in ossl_method_construct_postcondition()
|
H A D | core_algorithm.c | 140 int no_store, void *data, int *result), in ossl_algorithm_do_all()
|
H A D | LPdir_vms.c | 64 char result[NAMX_MAXRSS + 1]; member
|
H A D | o_time.c | 14 struct tm *OPENSSL_gmtime(const time_t *timer, struct tm *result) in OPENSSL_gmtime()
|
H A D | punycode.c | 257 int result = 1; in ossl_a2ulabel() local
|
/openssl/crypto/dso/ |
H A D | dso_lib.c | 248 char *result = NULL; in DSO_merge() local 265 char *result = NULL; in DSO_convert_filename() local
|
H A D | dso_win32.c | 204 struct file_st *result = NULL; in win32_splitter() local 302 char *result = NULL; in win32_joiner() local
|
/openssl/crypto/ts/ |
H A D | ts_lib.c | 22 int result = 0; in TS_ASN1_INTEGER_print_bio() local
|
/openssl/crypto/asn1/ |
H A D | a_type.c | 65 int result = -1; in ASN1_TYPE_cmp() local
|
/openssl/crypto/conf/ |
H A D | conf_lib.c | 128 long result = 0; in CONF_get_number() local 331 long *result) in NCONF_get_number_e() 372 long result = 0; in _CONF_get_number() local
|
/openssl/providers/implementations/rands/seeding/ |
H A D | rand_vxworks.c | 110 STATUS result = ERROR; in ossl_pool_acquire_entropy() local
|
/openssl/crypto/hmac/ |
H A D | hmac_s390x.c | 250 void *result; in s390x_HMAC_final() local
|
/openssl/demos/sslecho/ |
H A D | main.c | 139 int result; in main() local
|