Home
last modified time | relevance | path

Searched refs:o (Results 1 – 25 of 200) sorted by relevance

12345678

/openssl-master/crypto/objects/
A Dobj_lib.c16 ASN1_OBJECT *OBJ_dup(const ASN1_OBJECT *o) in OBJ_dup() argument
20 if (o == NULL) in OBJ_dup()
23 if (!(o->flags & ASN1_OBJECT_FLAG_DYNAMIC)) in OBJ_dup()
24 return (ASN1_OBJECT *)o; in OBJ_dup()
34 r->flags = o->flags | (ASN1_OBJECT_FLAG_DYNAMIC | in OBJ_dup()
38 if (o->length > 0 && (r->data = OPENSSL_memdup(o->data, o->length)) == NULL) in OBJ_dup()
41 r->length = o->length; in OBJ_dup()
42 r->nid = o->nid; in OBJ_dup()
44 if (o->ln != NULL && (r->ln = OPENSSL_strdup(o->ln)) == NULL) in OBJ_dup()
47 if (o->sn != NULL && (r->sn = OPENSSL_strdup(o->sn)) == NULL) in OBJ_dup()
A Dobjects.pl22 $o=0;
26 $o++;
33 { die "$ARGV[1]:$o:There's already an object with NID ",$mynum," on line ",$order{$mynum},"\n"; }
38 $order{$mynum} = $o;
45 $o=0;
49 $o++;
66 $ordern{$o} = $Cname;
67 $order{$Cname} = $o;
114 $ordern{$o} = $Cname;
115 $order{$Cname} = $o;
[all …]
A Dobj_dat.c293 o->flags &= in ossl_obj_add_object()
298 return o->nid; in ossl_obj_add_object()
305 ASN1_OBJECT_free(o); in ossl_obj_add_object()
597 ASN1_OBJECT o; in OBJ_ln2nid() local
603 o.ln = s; in OBJ_ln2nid()
613 ad.obj = &o; in OBJ_ln2nid()
624 ASN1_OBJECT o; in OBJ_sn2nid() local
630 o.sn = s; in OBJ_sn2nid()
640 ad.obj = &o; in OBJ_sn2nid()
695 s = o = NULL; in OBJ_create_objects()
[all …]
/openssl-master/apps/lib/
A Dopt.c167 opts = o; in opt_init()
174 for (; o->name != NULL && o->name != OPT_PARAM_STR; ++o) { in opt_init()
185 i = o->valtype; in opt_init()
192 OPENSSL_assert(o->retval == OPT_DUP || o->retval > OPT_PARAM); in opt_init()
846 const OPTIONS *o; in opt_next() local
876 for (o = opts; o->name; ++o) { in opt_next()
883 if (o->valtype == 0 || o->valtype == '-') { in opt_next()
1063 help = o->helpstr ? o->helpstr : "(No additional info)"; in opt_print()
1114 const OPTIONS *o; in opt_help() local
1123 for (o = list; o->name; o++) { in opt_help()
[all …]
/openssl-master/crypto/asn1/
A Da_time.c117 o = 0; in ossl_asn1_time_to_tm()
129 if (!strict && (i == btz) && ((a[o] == upper_z) || (a[o] == plus) || (a[o] == minus))) { in ossl_asn1_time_to_tm()
200 i = o; in ossl_asn1_time_to_tm()
201 while ((o < l) && ossl_ascii_isdigit(a[o])) in ossl_asn1_time_to_tm()
202 o++; in ossl_asn1_time_to_tm()
217 o++; in ossl_asn1_time_to_tm()
218 } else if (!strict && ((a[o] == plus) || (a[o] == minus))) { in ossl_asn1_time_to_tm()
222 o++; in ossl_asn1_time_to_tm()
235 o++; in ossl_asn1_time_to_tm()
249 o++; in ossl_asn1_time_to_tm()
[all …]
/openssl-master/crypto/ocsp/
A Docsp_local.h220 # define OCSP_REQUEST_sign(o, pkey, md, libctx, propq)\ argument
222 &(o)->optionalSignature->signatureAlgorithm, NULL,\
223 (o)->optionalSignature->signature, &(o)->tbsRequest,\
226 # define OCSP_BASICRESP_sign(o, pkey, md, d, libctx, propq)\ argument
228 &(o)->signatureAlgorithm, NULL,\
229 (o)->signature, &(o)->tbsResponseData,\
232 # define OCSP_BASICRESP_sign_ctx(o, ctx, d)\ argument
234 &(o)->signatureAlgorithm, NULL,\
235 (o)->signature, &(o)->tbsResponseData, ctx)
/openssl-master/demos/bio/
A DMakefile21 client-arg: client-arg.o
22 client-conf: client-conf.o
23 saccept: saccept.o
24 sconnect: sconnect.o
25 server-arg: server-arg.o
26 server-cmod: server-cmod.o
27 server-conf: server-conf.o
33 $(RM) *.o client-arg client-conf saccept sconnect server-arg server-cmod server-conf
/openssl-master/demos/digest/
A DMakefile12 %.o: %.c
15 EVP_MD_demo: EVP_MD_demo.o
16 EVP_MD_stdin: EVP_MD_stdin.o
17 BIO_f_md: BIO_f_md.o
22 $(RM) *.o EVP_MD_demo EVP_MD_stdin BIO_f_md
/openssl-master/demos/kdf/
A DMakefile12 %.o: %.c
15 hkdf: hkdf.o
16 pbkdf2: pbkdf2.o
17 scrypt: scrypt.o
22 $(RM) *.o hkdf pbkdf2 scrypt
/openssl-master/providers/common/der/
A Dbuild.info10 DEPEND[${DER_DIGESTS_GEN/.c/.o}]=$DER_DIGESTS_H
24 DEPEND[${DER_RSA_AUX/.c/.o}]=$DER_RSA_H $DER_DIGESTS_H
25 DEPEND[${DER_RSA_GEN/.c/.o}]=$DER_RSA_H
39 DEPEND[${DER_DSA_GEN/.c/.o}]=$DER_DSA_H
53 DEPEND[${DER_EC_AUX/.c/.o}]=$DER_EC_H $DER_DIGESTS_H
54 DEPEND[${DER_EC_GEN/.c/.o}]=$DER_EC_H
68 DEPEND[${DER_ECX_AUX/.c/.o}]=$DER_ECX_H
69 DEPEND[${DER_ECX_GEN/.c/.o}]=$DER_ECX_H
81 DEPEND[${DER_WRAP_GEN/.c/.o}]=$DER_WRAP_H
94 DEPEND[${DER_SM2_AUX/.c/.o}]=$DER_SM2_H $DER_EC_H
[all …]
/openssl-master/crypto/ripemd/asm/
A Drmd-586.pl96 &xor($tmp1, $d) if $o == -1;
114 &mov($tmp1, -1) if $o == 1;
147 &mov($tmp2, -1) if $o <= 0;
160 if ($o != 2)
164 &mov($tmp2, -1) if $o == 1;
167 &mov($tmp1, -1) if $o <= 0;
210 &mov($tmp2, -1) if $o == 1;
216 &mov($tmp1, -1) if $o == 2;
256 &mov($tmp2, -1) if $o == 1;
257 &mov($tmp2, -1) if $o == 2;
[all …]
/openssl-master/crypto/sha/
A Dbuild.info108 INCLUDE[sha1-sparcv9.o]=..
126 INCLUDE[sha1-mips.o]=..
128 INCLUDE[sha256-mips.o]=..
130 INCLUDE[sha512-mips.o]=..
135 INCLUDE[sha256-armv4.o]=..
137 INCLUDE[sha512-armv4.o]=..
142 INCLUDE[sha1-armv8.o]=..
144 INCLUDE[sha256-armv8.o]=..
146 INCLUDE[sha512-armv8.o]=..
151 INCLUDE[sha1-s390x.o]=..
[all …]
/openssl-master/test/recipes/04-test_pem_reading_data/
A Ddsa-onecolumn.pem123 o
138 o
191 o
259 o
268 o
356 o
368 o
391 o
531 o
544 o
[all …]
A Dcert-onecolumn.pem21 o
69 o
169 o
213 o
509 o
609 o
653 o
923 o
944 o
1062 o
[all …]
/openssl-master/crypto/evp/
A Dbuild.info60 INCLUDE[e_camellia.o]=.. ../modes
65 INCLUDE[e_aes.o]=.. ../modes
66 INCLUDE[e_aes_cbc_hmac_sha1.o]=../modes
67 INCLUDE[e_aes_cbc_hmac_sha256.o]=../modes
68 INCLUDE[e_aria.o]=.. ../modes
69 INCLUDE[e_sm4.o]=.. ../modes
70 INCLUDE[e_des.o]=..
71 INCLUDE[e_des3.o]=..
/openssl-master/providers/implementations/signature/
A Dbuild.info24 DEPEND[rsa_sig.o]=../../common/include/prov/der_rsa.h
25 DEPEND[dsa_sig.o]=../../common/include/prov/der_dsa.h
26 DEPEND[ecdsa_sig.o]=../../common/include/prov/der_ec.h
27 DEPEND[eddsa_sig.o]=../../common/include/prov/der_ecx.h
28 DEPEND[sm2_sig.o]=../../common/include/prov/der_sm2.h
/openssl-master/crypto/aria/
A Daria.c920 o[i] = x[i] ^ y->c[i]; in xor128()
937 o->c[i] = ((t.c[i] >> bits) | in rotnr()
948 rotnr(19, o, xor, z); in rot19r()
957 rotnr(31, o, xor, z); in rot31r()
966 rotnr(8 * ARIA_BLOCK_SIZE - 61, o, xor, z); in rot61l()
975 rotnr(8 * ARIA_BLOCK_SIZE - 31, o, xor, z); in rot31l()
984 rotnr(8 * ARIA_BLOCK_SIZE - 19, o, xor, z); in rot19l()
1068 a(o, &y); in FO()
1082 a(o, &y); in FE()
1101 sl2(o, &p, &keys[rounds - 1]); in do_encrypt()
[all …]
/openssl-master/crypto/async/arch/
A Dasync_posix.h50 static ossl_inline int async_fibre_swapcontext(async_fibre *o, async_fibre *n, int r) in async_fibre_swapcontext() argument
53 swapcontext(&o->fibre, &n->fibre); in async_fibre_swapcontext()
55 o->env_init = 1; in async_fibre_swapcontext()
57 if (!r || !_setjmp(o->env)) { in async_fibre_swapcontext()
/openssl-master/test/certs/
A Dmkcert.sh122 while getopts p: o
124 case $o in
224 while getopts p: o
226 case $o in
256 while getopts p: o
258 case $o in
290 while getopts p: o
292 case $o in
345 while getopts p: o
347 case $o in
/openssl-master/ssl/record/
A Drecord_local.h64 #define SSL3_BUFFER_set_offset(b, o) ((b)->offset = (o)) argument
65 #define SSL3_BUFFER_add_offset(b, o) ((b)->offset += (o)) argument
96 #define SSL3_RECORD_set_off(r, o) ((r)->off = (o)) argument
97 #define SSL3_RECORD_add_off(r, o) ((r)->off += (o)) argument
/openssl-master/include/openssl/
A Ddes.h61 # define DES_ecb2_encrypt(i,o,k1,k2,e) \ argument
62 DES_ecb3_encrypt((i),(o),(k1),(k2),(k1),(e))
64 # define DES_ede2_cbc_encrypt(i,o,l,k1,k2,iv,e) \ argument
65 DES_ede3_cbc_encrypt((i),(o),(l),(k1),(k2),(k1),(iv),(e))
67 # define DES_ede2_cfb64_encrypt(i,o,l,k1,k2,iv,n,e) \ argument
68 DES_ede3_cfb64_encrypt((i),(o),(l),(k1),(k2),(k1),(iv),(n),(e))
70 # define DES_ede2_ofb64_encrypt(i,o,l,k1,k2,iv,n) \ argument
71 DES_ede3_ofb64_encrypt((i),(o),(l),(k1),(k2),(k1),(iv),(n))
/openssl-master/demos/pkey/
A DMakefile12 %.o: %.c
15 EVP_PKEY_EC_keygen: EVP_PKEY_EC_keygen.o
20 $(RM) *.o EVP_PKEY_EC_keygen
/openssl-master/demos/signature/
A DMakefile12 %.o: %.c
15 EVP_Signature_demo: EVP_Signature_demo.o
20 $(RM) *.o EVP_Signature_demo
/openssl-master/apps/
A Drand.c54 OPTION_CHOICE o; in rand_main() local
58 while ((o = opt_next()) != OPT_EOF) { in rand_main()
59 switch (o) { in rand_main()
76 if (!opt_rand(o)) in rand_main()
86 if (!opt_provider(o)) in rand_main()
/openssl-master/demos/cipher/
A DMakefile16 aesccm: aesccm.o
17 aesgcm: aesgcm.o
23 $(RM) aesccm aesgcm *.o

Completed in 49 milliseconds

12345678