Home
last modified time | relevance | path

Searched defs:o (Results 1 – 25 of 109) sorted by relevance

12345

/openssl/crypto/
H A Dthreads_pthread.c124 # 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 Ddes.h61 # 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 Docsp.h.in152 # 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 Daria.c915 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 Dobj_lib.c16 ASN1_OBJECT *OBJ_dup(const ASN1_OBJECT *o) in OBJ_dup()
H A Dobj_dat.c265 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 Derrstr.c36 OPTION_CHOICE o; in errstr_main() local
H A Dinfo.c42 OPTION_CHOICE o; in info_main() local
H A Dnseq.c43 OPTION_CHOICE o; in nseq_main() local
H A Dprime.c65 OPTION_CHOICE o; in prime_main() local
H A Dpkeyparam.c53 OPTION_CHOICE o; in pkeyparam_main() local
H A Drand.c54 OPTION_CHOICE o; in rand_main() local
H A Dgendsa.c63 OPTION_CHOICE o; in gendsa_main() local
/openssl/crypto/ocsp/
H A Docsp_prn.c89 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 Docsp_local.h220 # 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 Dasync_null.h25 # define async_fibre_swapcontext(o,n,r) 0 argument
H A Dasync_posix.h67 static ossl_inline int async_fibre_swapcontext(async_fibre *o, async_fibre *n, int r) in async_fibre_swapcontext()
H A Dasync_win.h27 # define async_fibre_swapcontext(o,n,r) \ argument
/openssl/test/
H A Dasn1_stable_parse_test.c67 OPTION_CHOICE o; in setup_tests() local
H A Dsysdefaulttest.c72 OPTION_CHOICE o; in setup_tests() local
H A Dfips_version_test.c47 OPTION_CHOICE o; in setup_tests() local
H A Dbio_readbuffer_test.c117 OPTION_CHOICE o; in setup_tests() local
H A Decstresstest.c129 OPTION_CHOICE o; in setup_tests() local
/openssl/test/testutil/
H A Doptions.c20 OPTION_CHOICE_DEFAULT o; in test_skip_common_options() local
/openssl/apps/lib/
H A Dopt.c162 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

Completed in 73 milliseconds

12345