/openssl-master/include/openssl/ |
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-master/crypto/async/arch/ |
A D | async_null.h | 27 # define async_fibre_free(f) argument 28 # define async_fibre_init_dispatcher(f) argument
|
A D | async_win.h | 39 # define async_fibre_free(f) (DeleteFiber((f)->fibre)) argument
|
/openssl-master/test/ |
A D | threadstest.h | 38 void (*f)(void); in thread_run() local 63 void (*f)(void); in thread_run() local
|
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
|
/openssl-master/crypto/rsa/ |
A D | rsa_ossl.c | 77 BIGNUM *f, *ret; in rsa_ossl_public_encrypt() local 202 static int rsa_blinding_convert(BN_BLINDING *b, BIGNUM *f, BIGNUM *unblind, in rsa_blinding_convert() 224 static int rsa_blinding_invert(BN_BLINDING *b, BIGNUM *f, BIGNUM *unblind, in rsa_blinding_invert() 242 BIGNUM *f, *ret, *res; in rsa_ossl_private_encrypt() local 374 BIGNUM *f, *ret; in rsa_ossl_private_decrypt() local 513 BIGNUM *f, *ret; in rsa_ossl_public_decrypt() local
|
/openssl-master/engines/ |
A D | e_dasync_err.h | 19 # define DASYNCerr(f, r) ERR_DASYNC_error(0, (r), OPENSSL_FILE, OPENSSL_LINE) argument
|
A D | e_ossltest_err.h | 19 # define OSSLTESTerr(f, r) ERR_OSSLTEST_error(0, (r), OPENSSL_FILE, OPENSSL_LINE) argument
|
A D | e_loader_attic_err.h | 19 # define ATTICerr(f, r) ERR_ATTIC_error(0, (r), OPENSSL_FILE, OPENSSL_LINE) argument
|
A D | e_afalg_err.h | 19 # define AFALGerr(f, r) ERR_AFALG_error(0, (r), OPENSSL_FILE, OPENSSL_LINE) argument
|
/openssl-master/apps/lib/ |
A D | columns.c | 16 FUNCTION *f; in calculate_columns() local
|
/openssl-master/util/ |
A D | check-format-test-negatives.c | 20 int f(void) /* in f() function 178 int f() in f() function 277 struct provider_store_st *f() /* struct/union/enum in function return type */ in f() function 280 static void f(struct pem_pass_data *data) /* struct/union/enum in arg list */ in f() function
|
/openssl-master/crypto/ts/ |
A D | ts_verify_ctx.c | 39 int TS_VERIFY_CTX_add_flags(TS_VERIFY_CTX *ctx, int f) in TS_VERIFY_CTX_add_flags() 45 int TS_VERIFY_CTX_set_flags(TS_VERIFY_CTX *ctx, int f) in TS_VERIFY_CTX_set_flags()
|
/openssl-master/crypto/evp/ |
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-master/crypto/x509/ |
A D | v3_addr.c | 86 unsigned int X509v3_addr_get_afi(const IPAddressFamily *f) in X509v3_addr_get_afi() 205 IPAddressFamily *f = sk_IPAddressFamily_value(addr, i); in i2r_IPAddrBlocks() local 486 IPAddressFamily *f; in make_IPAddressFamily() local 533 IPAddressFamily *f = make_IPAddressFamily(addr, afi, safi); in X509v3_addr_add_inherit() local 556 IPAddressFamily *f = make_IPAddressFamily(addr, afi, safi); in make_prefix_or_range() local 710 IPAddressFamily *f = sk_IPAddressFamily_value(addr, i); in X509v3_addr_is_canonical() local 871 IPAddressFamily *f = sk_IPAddressFamily_value(addr, i); in X509v3_addr_canonize() local 1076 IPAddressFamily *f = sk_IPAddressFamily_value(addr, i); in X509v3_addr_inherits() local
|
/openssl-master/crypto/sha/ |
A D | sha256.c | 195 unsigned MD32_REG_T a, b, c, d, e, f, g, h, s0, s1, T1, T2; in sha256_block_data_order() local 259 # define ROUND_00_15(i,a,b,c,d,e,f,g,h) do { \ argument 264 # define ROUND_16_63(i,a,b,c,d,e,f,g,h,X) do { \ argument 273 unsigned MD32_REG_T a, b, c, d, e, f, g, h, s0, s1, T1; in sha256_block_data_order() local
|
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-master/crypto/ |
A D | cryptlib.c | 45 FARPROC f; in OPENSSL_isservice() member 52 FARPROC f = NULL; in OPENSSL_isservice() local
|
/openssl-master/crypto/bn/ |
A D | bn_shift.c | 108 BN_ULONG *t, *f; in bn_lshift_fixed_top() local 177 BN_ULONG *t, *f; in bn_rshift_fixed_top() local
|
/openssl-master/apps/ |
A D | openssl.c | 238 FUNCTION f, *fp; in main() local 397 FUNCTION f, *fp; in do_cmd() local 463 FUNCTION *f; in LHASH_OF() local
|
/openssl-master/fuzz/ |
A D | test-corpus.c | 40 FILE *f; in testfile() local
|
/openssl-master/crypto/txt_db/ |
A D | txt_db.c | 28 char *p, *f; in TXT_DB_read() local 193 char *p, **pp, *f; in TXT_DB_write() local
|
/openssl-master/crypto/engine/ |
A D | tb_cipher.c | 91 int ENGINE_set_ciphers(ENGINE *e, ENGINE_CIPHERS_PTR f) in ENGINE_set_ciphers()
|
A D | tb_digest.c | 91 int ENGINE_set_digests(ENGINE *e, ENGINE_DIGESTS_PTR f) in ENGINE_set_digests()
|
/openssl-master/providers/common/ |
A D | provider_seeding.c | 26 #define set_func(c, f) \ in ossl_prov_seeding_from_dispatch() argument
|