Home
last modified time | relevance | path

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

1234

/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.c244 ASN1_OBJECT *o = NULL; in ossl_obj_add_object() local
591 ASN1_OBJECT o; in OBJ_ln2nid() local
618 ASN1_OBJECT o; in OBJ_sn2nid() local
686 char *o, *s, *l = NULL; in OBJ_create_objects() local
/openssl/ssl/record/
H A Drecord_local.h41 #define SSL3_BUFFER_set_offset(b, o) ((b)->offset = (o)) argument
42 #define SSL3_BUFFER_add_offset(b, o) ((b)->offset += (o)) argument
72 #define SSL3_RECORD_set_off(r, o) ((r)->off = (o)) argument
73 #define SSL3_RECORD_add_off(r, o) ((r)->off += (o)) argument
/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 Drand.c54 OPTION_CHOICE o; in rand_main() local
H A Dpkeyparam.c53 OPTION_CHOICE o; in pkeyparam_main() local
H A Dgendsa.c63 OPTION_CHOICE o; in gendsa_main() local
H A Dcrl2pkcs7.c61 OPTION_CHOICE o; in crl2pkcs7_main() local
H A Dkdf.c73 OPTION_CHOICE o; in kdf_main() local
/openssl/crypto/ocsp/
H A Docsp_prn.c87 int OCSP_REQUEST_print(BIO *bp, OCSP_REQUEST *o, unsigned long flags) in OCSP_REQUEST_print()
132 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/testutil/
H A Doptions.c20 OPTION_CHOICE_DEFAULT o; in test_skip_common_options() local
/openssl/test/
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/apps/lib/
H A Dopt.c162 char *opt_init(int ac, char **av, const OPTIONS *o) in opt_init()
866 const OPTIONS *o; in opt_next() local
1068 static const char *valtype2param(const OPTIONS *o) in valtype2param()
1108 static void opt_print(const OPTIONS *o, int doingparams, int width) in opt_print()
1170 const OPTIONS *o; in opt_help() local
/openssl/fuzz/
H A Dasn1.c312 ASN1_VALUE *o = ASN1_item_d2i(NULL, &b, len, i); in FuzzerTestOneInput() local

Completed in 43 milliseconds

1234