/openssl/crypto/ |
H A D | threads_pthread.c | 124 # define ATOMIC_LOAD_N(t, p, o) apple_atomic_load_n_##t(p, o) argument 126 # define ATOMIC_LOAD_N(t, p, o) __atomic_load_n(p, o) argument 128 # define ATOMIC_STORE_N(t, p, v, o) __atomic_store_n(p, v, o) argument 129 # define ATOMIC_STORE(t, p, v, o) __atomic_store(p, v, o) argument 131 # define ATOMIC_ADD_FETCH(p, v, o) __atomic_add_fetch(p, v, o) argument 132 # define ATOMIC_FETCH_ADD(p, v, o) __atomic_fetch_add(p, v, o) argument 133 # define ATOMIC_SUB_FETCH(p, v, o) __atomic_sub_fetch(p, v, o) argument 134 # define ATOMIC_AND_FETCH(p, m, o) __atomic_and_fetch(p, m, o) argument 135 # define ATOMIC_OR_FETCH(p, m, o) __atomic_or_fetch(p, m, o) argument 153 # define ATOMIC_LOAD_N(t, p, o) fallback_atomic_load_n_##t(p) in IMPL_fallback_atomic_load_n() argument [all …]
|
/openssl/include/openssl/ |
H A D | des.h | 61 # define DES_ecb2_encrypt(i,o,k1,k2,e) \ argument 64 # define DES_ede2_cbc_encrypt(i,o,l,k1,k2,iv,e) \ argument 67 # define DES_ede2_cfb64_encrypt(i,o,l,k1,k2,iv,n,e) \ argument 70 # define DES_ede2_ofb64_encrypt(i,o,l,k1,k2,iv,n) \ argument
|
H A D | ocsp.h.in | 152 # define PEM_write_bio_OCSP_REQUEST(bp,o) \ argument 156 # define PEM_write_bio_OCSP_RESPONSE(bp,o) \ argument 160 # define i2d_OCSP_RESPONSE_bio(bp,o) ASN1_i2d_bio_of(OCSP_RESPONSE,i2d_OCSP_RESPONSE,bp,o) argument 162 # define i2d_OCSP_REQUEST_bio(bp,o) ASN1_i2d_bio_of(OCSP_REQUEST,i2d_OCSP_REQUEST,bp,o) argument
|
/openssl/crypto/aria/ |
H A D | aria.c | 915 static void xor128(ARIA_c128 o, const ARIA_c128 x, const ARIA_u128 *y) in xor128() 927 static ossl_inline void rotnr(unsigned int n, ARIA_u128 *o, in rotnr() 946 static void rot19r(ARIA_u128 *o, const ARIA_u128 *xor, const ARIA_u128 *z) in rot19r() 955 static void rot31r(ARIA_u128 *o, const ARIA_u128 *xor, const ARIA_u128 *z) in rot31r() 964 static void rot61l(ARIA_u128 *o, const ARIA_u128 *xor, const ARIA_u128 *z) in rot61l() 973 static void rot31l(ARIA_u128 *o, const ARIA_u128 *xor, const ARIA_u128 *z) in rot31l() 991 static void sl1(ARIA_u128 *o, const ARIA_u128 *x, const ARIA_u128 *y) in sl1() 1006 static void sl2(ARIA_c128 o, const ARIA_u128 *x, const ARIA_u128 *y) in sl2() 1062 static ossl_inline void FO(ARIA_u128 *o, const ARIA_u128 *d, in FO() 1076 static ossl_inline void FE(ARIA_u128 *o, const ARIA_u128 *d, in FE() [all …]
|
/openssl/crypto/objects/ |
H A D | obj_lib.c | 16 ASN1_OBJECT *OBJ_dup(const ASN1_OBJECT *o) in OBJ_dup()
|
H A D | obj_dat.c | 265 ASN1_OBJECT *o = NULL; in ossl_obj_add_object() local 638 ASN1_OBJECT o; in OBJ_ln2nid() local 665 ASN1_OBJECT o; in OBJ_sn2nid() local 734 char *o, *s, *l = NULL; in OBJ_create_objects() local
|
/openssl/apps/ |
H A D | errstr.c | 36 OPTION_CHOICE o; in errstr_main() local
|
H A D | nseq.c | 43 OPTION_CHOICE o; in nseq_main() local
|
H A D | info.c | 43 OPTION_CHOICE o; in info_main() local
|
H A D | prime.c | 65 OPTION_CHOICE o; in prime_main() local
|
H A D | pkeyparam.c | 53 OPTION_CHOICE o; in pkeyparam_main() local
|
H A D | rand.c | 54 OPTION_CHOICE o; in rand_main() local
|
H A D | gendsa.c | 63 OPTION_CHOICE o; in gendsa_main() local
|
/openssl/crypto/ocsp/ |
H A D | ocsp_prn.c | 89 int OCSP_REQUEST_print(BIO *bp, OCSP_REQUEST *o, unsigned long flags) in OCSP_REQUEST_print() 134 int OCSP_RESPONSE_print(BIO *bp, OCSP_RESPONSE *o, unsigned long flags) in OCSP_RESPONSE_print()
|
H A D | ocsp_local.h | 220 # define OCSP_REQUEST_sign(o, pkey, md, libctx, propq)\ argument 226 # define OCSP_BASICRESP_sign(o, pkey, md, d, libctx, propq)\ argument 232 # define OCSP_BASICRESP_sign_ctx(o, ctx, d)\ argument
|
/openssl/crypto/async/arch/ |
H A D | async_null.h | 25 # define async_fibre_swapcontext(o,n,r) 0 argument
|
H A D | async_posix.h | 67 static ossl_inline int async_fibre_swapcontext(async_fibre *o, async_fibre *n, int r) in async_fibre_swapcontext()
|
H A D | async_win.h | 27 # define async_fibre_swapcontext(o,n,r) \ argument
|
/openssl/test/ |
H A D | asn1_stable_parse_test.c | 67 OPTION_CHOICE o; in setup_tests() local
|
H A D | sysdefaulttest.c | 72 OPTION_CHOICE o; in setup_tests() local
|
H A D | fips_version_test.c | 47 OPTION_CHOICE o; in setup_tests() local
|
H A D | bio_readbuffer_test.c | 117 OPTION_CHOICE o; in setup_tests() local
|
H A D | ecstresstest.c | 129 OPTION_CHOICE o; in setup_tests() local
|
/openssl/test/testutil/ |
H A D | options.c | 20 OPTION_CHOICE_DEFAULT o; in test_skip_common_options() local
|
/openssl/apps/lib/ |
H A D | opt.c | 162 char *opt_init(int ac, char **av, const OPTIONS *o) in opt_init() 881 const OPTIONS *o; in opt_next() local 1091 static const char *valtype2param(const OPTIONS *o) in valtype2param() 1131 static void opt_print(const OPTIONS *o, int doingparams, int width) in opt_print() 1193 const OPTIONS *o; in opt_help() local
|