/openssl/include/openssl/ |
H A D | err.h.in | 131 # define BIOerr(f, r) ERR_raise_data(ERR_LIB_BIO, (r), NULL) argument 132 # define BNerr(f, r) ERR_raise_data(ERR_LIB_BN, (r), NULL) argument 133 # define BUFerr(f, r) ERR_raise_data(ERR_LIB_BUF, (r), NULL) argument 134 # define CMPerr(f, r) ERR_raise_data(ERR_LIB_CMP, (r), NULL) argument 135 # define CMSerr(f, r) ERR_raise_data(ERR_LIB_CMS, (r), NULL) argument 140 # define CTerr(f, r) ERR_raise_data(ERR_LIB_CT, (r), NULL) argument 141 # define DHerr(f, r) ERR_raise_data(ERR_LIB_DH, (r), NULL) argument 142 # define DSAerr(f, r) ERR_raise_data(ERR_LIB_DSA, (r), NULL) argument 146 # define ECerr(f, r) ERR_raise_data(ERR_LIB_EC, (r), NULL) argument 168 # define TSerr(f, r) ERR_raise_data(ERR_LIB_TS, (r), NULL) argument [all …]
|
/openssl/test/ |
H A D | json_test.c | 104 #define OP_CALL(f) OP_U64(OPK_CALL) OP_FP(f) argument 105 #define OP_CALL_P(f, x) OP_U64(OPK_CALL_P) OP_FP(f) OP_P (x) argument 106 #define OP_CALL_I(f, x) OP_U64(OPK_CALL_I) OP_FP(f) OP_I64(x) argument 107 #define OP_CALL_U64(f, x) OP_U64(OPK_CALL_U64) OP_FP(f) OP_U64(x) argument 108 #define OP_CALL_I64(f, x) OP_U64(OPK_CALL_I64) OP_FP(f) OP_I64(x) argument 570 fp_type f = (fp_type)GET_FP(); in run_script() local 580 fp_i_type f = (fp_i_type)GET_FP(); in run_script() local 590 fp_u64_type f = (fp_u64_type)GET_FP(); in run_script() local 600 fp_i64_type f = (fp_i64_type)GET_FP(); in run_script() local 610 fp_p_type f = (fp_p_type)GET_FP(); in run_script() local [all …]
|
H A D | threadstest.h | 38 void (*f)(void); in thread_run() local 63 void (*f)(void); in thread_run() local
|
H A D | danetest.c | 150 static char *read_to_eol(BIO *f) in read_to_eol() 257 struct tlsa_field *f; in tlsa_import_rr() local 291 BIO *f, const char *path) in test_tlsafile() 387 BIO *f = NULL; in run_tlsatest() local
|
H A D | quic_wire_test.c | 99 OSSL_QUIC_FRAME_ACK f = {0}; in encode_case_3_dec() local 185 OSSL_QUIC_FRAME_RESET_STREAM f = {0}; in encode_case_4_dec() local 222 OSSL_QUIC_FRAME_STOP_SENDING f = {0}; in encode_case_5_dec() local 262 OSSL_QUIC_FRAME_CRYPTO f = {0}; in encode_case_6_dec() local 352 OSSL_QUIC_FRAME_STREAM f = {0}; in encode_case_8_dec() local 414 OSSL_QUIC_FRAME_STREAM f = {0}; in encode_case_9_dec() local 767 OSSL_QUIC_FRAME_NEW_CONN_ID f = {0}; in encode_case_16_dec() local 834 OSSL_QUIC_FRAME_NEW_CONN_ID f = {0}; in encode_case_16b_dec() local 979 OSSL_QUIC_FRAME_CONN_CLOSE f = {0}; in encode_case_20_dec() local 1380 OSSL_QUIC_FRAME_ACK f = {0}; in ack_generic_decode() local
|
/openssl/ssl/quic/ |
H A D | quic_wire.c | 127 const OSSL_QUIC_FRAME_CRYPTO *f) in ossl_quic_wire_encode_frame_crypto_hdr() 151 const OSSL_QUIC_FRAME_CRYPTO *f) in ossl_quic_wire_encode_frame_crypto() 179 const OSSL_QUIC_FRAME_STREAM *f) in ossl_quic_wire_encode_frame_stream_hdr() 232 const OSSL_QUIC_FRAME_STREAM *f) in ossl_quic_wire_encode_frame_stream() 369 const OSSL_QUIC_FRAME_CONN_CLOSE *f) in ossl_quic_wire_encode_frame_conn_close() 602 OSSL_QUIC_FRAME_RESET_STREAM *f) in ossl_quic_wire_decode_frame_reset_stream() 614 OSSL_QUIC_FRAME_STOP_SENDING *f) in ossl_quic_wire_decode_frame_stop_sending() 626 OSSL_QUIC_FRAME_CRYPTO *f) in ossl_quic_wire_decode_frame_crypto() 677 OSSL_QUIC_FRAME_STREAM *f) in ossl_quic_wire_decode_frame_stream() 798 OSSL_QUIC_FRAME_NEW_CONN_ID *f) in ossl_quic_wire_decode_frame_new_conn_id() [all …]
|
H A D | qlog_event_helpers.c | 265 OSSL_QUIC_FRAME_RESET_STREAM f; in log_frame_actual() local 278 OSSL_QUIC_FRAME_STOP_SENDING f; in log_frame_actual() local 290 OSSL_QUIC_FRAME_CRYPTO f; in log_frame_actual() local 310 OSSL_QUIC_FRAME_STREAM f; in log_frame_actual() local 388 OSSL_QUIC_FRAME_CONN_CLOSE f; in log_frame_actual() local 413 OSSL_QUIC_FRAME_NEW_CONN_ID f; in log_frame_actual() local
|
/openssl/crypto/async/arch/ |
H A D | async_null.h | 27 # define async_fibre_free(f) argument 28 # define async_fibre_init_dispatcher(f) argument
|
/openssl/demos/encode/ |
H A D | ec_encode.c | 29 static EVP_PKEY *load_key(OSSL_LIB_CTX *libctx, FILE *f, const char *passphrase) in load_key() 101 static int store_key(EVP_PKEY *pkey, FILE *f, const char *passphrase) in store_key()
|
H A D | rsa_encode.c | 29 static EVP_PKEY *load_key(OSSL_LIB_CTX *libctx, FILE *f, const char *passphrase) in load_key() 101 static int store_key(EVP_PKEY *pkey, FILE *f, const char *passphrase) in store_key()
|
/openssl/engines/ |
H A D | e_ossltest_err.h | 19 # define OSSLTESTerr(f, r) ERR_OSSLTEST_error(0, (r), OPENSSL_FILE, OPENSSL_LINE) argument
|
H A D | e_dasync_err.h | 19 # define DASYNCerr(f, r) ERR_DASYNC_error(0, (r), OPENSSL_FILE, OPENSSL_LINE) argument
|
H A D | e_loader_attic_err.h | 19 # define ATTICerr(f, r) ERR_ATTIC_error(0, (r), OPENSSL_FILE, OPENSSL_LINE) argument
|
H A D | e_afalg_err.h | 19 # define AFALGerr(f, r) ERR_AFALG_error(0, (r), OPENSSL_FILE, OPENSSL_LINE) argument
|
/openssl/apps/lib/ |
H A D | columns.c | 16 FUNCTION *f; in calculate_columns() local
|
/openssl/crypto/rsa/ |
H A D | rsa_ossl.c | 102 BIGNUM *f, *ret; in rsa_ossl_public_encrypt() local 264 static int rsa_blinding_convert(BN_BLINDING *b, BIGNUM *f, BIGNUM *unblind, in rsa_blinding_convert() 288 static int rsa_blinding_invert(BN_BLINDING *b, BIGNUM *f, BIGNUM *unblind, in rsa_blinding_invert() 307 BIGNUM *f, *ret, *res; in rsa_ossl_private_encrypt() local 522 BIGNUM *f, *ret; in rsa_ossl_private_decrypt() local 709 BIGNUM *f, *ret; in rsa_ossl_public_decrypt() local
|
/openssl/fuzz/ |
H A D | hashtable.c | 71 FUZZER_VALUE *f = ossl_ht_fz_FUZZER_VALUE_from_value(v); in table_iterator() local 84 FUZZER_VALUE *f = ossl_ht_fz_FUZZER_VALUE_from_value(v); in filter_iterator() local 94 FUZZER_VALUE *f = ossl_ht_fz_FUZZER_VALUE_from_value(v); in fuzz_free_cb() local
|
/openssl/crypto/x509/ |
H A D | v3_addr.c | 89 unsigned int X509v3_addr_get_afi(const IPAddressFamily *f) in X509v3_addr_get_afi() 212 IPAddressFamily *f = sk_IPAddressFamily_value(addr, i); in i2r_IPAddrBlocks() local 505 IPAddressFamily *f; in make_IPAddressFamily() local 552 IPAddressFamily *f = make_IPAddressFamily(addr, afi, safi); in X509v3_addr_add_inherit() local 576 IPAddressFamily *f = make_IPAddressFamily(addr, afi, safi); in make_prefix_or_range() local 705 static int IPAddressFamily_check_len(const IPAddressFamily *f) in IPAddressFamily_check_len() 747 IPAddressFamily *f = sk_IPAddressFamily_value(addr, i); in X509v3_addr_is_canonical() local 916 IPAddressFamily *f = sk_IPAddressFamily_value(addr, i); in X509v3_addr_canonize() local 1131 IPAddressFamily *f = sk_IPAddressFamily_value(addr, i); in X509v3_addr_inherits() local
|
/openssl/crypto/evp/ |
H A D | encode.c | 232 const unsigned char *f, int dlen) in evp_encodeblock_int() 269 int EVP_EncodeBlock(unsigned char *t, const unsigned char *f, int dlen) in EVP_EncodeBlock() 414 const unsigned char *f, int n) in evp_decodeblock_int() 459 int EVP_DecodeBlock(unsigned char *t, const unsigned char *f, int n) in EVP_DecodeBlock()
|
/openssl/util/ |
H A D | check-format-test-negatives.c | 39 int f(void) /* in f() function 51 float f; in f() local 335 int f() in f() function 433 struct provider_store_st *f() /* struct/union/enum in function return type */ in f() function 436 static void f(struct pem_pass_data *data) /* struct/union/enum in arg list */ in f() function
|
/openssl/crypto/sha/ |
H A D | sha256.c | 215 unsigned MD32_REG_T a, b, c, d, e, f, g, h, s0, s1, T1, T2; in sha256_block_data_order() local 279 # define ROUND_00_15(i,a,b,c,d,e,f,g,h) do { \ argument 284 # define ROUND_16_63(i,a,b,c,d,e,f,g,h,X) do { \ argument 297 unsigned MD32_REG_T a, b, c, d, e, f, g, h, s0, s1, T1; in sha256_block_data_order_c() local
|
H A D | sha_local.h | 85 # define BODY_00_15(i,a,b,c,d,e,f,xi) \ argument 89 # define BODY_16_19(i,a,b,c,d,e,f,xi,xa,xb,xc,xd) \ argument 94 # define BODY_20_31(i,a,b,c,d,e,f,xi,xa,xb,xc,xd) \ argument 99 # define BODY_32_39(i,a,b,c,d,e,f,xa,xb,xc,xd) \ argument 104 # define BODY_40_59(i,a,b,c,d,e,f,xa,xb,xc,xd) \ argument 109 # define BODY_60_79(i,a,b,c,d,e,f,xa,xb,xc,xd) \ argument
|
/openssl/crypto/ts/ |
H A D | ts_verify_ctx.c | 37 int TS_VERIFY_CTX_add_flags(TS_VERIFY_CTX *ctx, int f) in TS_VERIFY_CTX_add_flags() 43 int TS_VERIFY_CTX_set_flags(TS_VERIFY_CTX *ctx, int f) in TS_VERIFY_CTX_set_flags()
|
/openssl/crypto/rand/ |
H A D | rand_uniform.c | 27 uint32_t i, f; /* integer and fractional parts */ in ossl_rand_uniform_uint32() local
|
/openssl/crypto/ |
H A D | cryptlib.c | 45 FARPROC f; in OPENSSL_isservice() member 52 FARPROC f = NULL; in OPENSSL_isservice() local
|