Home
last modified time | relevance | path

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

12345678910

/openssl/crypto/objects/
H 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()
H 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 …]
H A Dobj_dat.c314 o->flags &= in ossl_obj_add_object()
319 return o->nid; in ossl_obj_add_object()
326 ASN1_OBJECT_free(o); in ossl_obj_add_object()
638 ASN1_OBJECT o; in OBJ_ln2nid() local
644 o.ln = s; in OBJ_ln2nid()
654 ad.obj = &o; in OBJ_ln2nid()
665 ASN1_OBJECT o; in OBJ_sn2nid() local
671 o.sn = s; in OBJ_sn2nid()
681 ad.obj = &o; in OBJ_sn2nid()
737 s = o = NULL; in OBJ_create_objects()
[all …]
/openssl/apps/lib/
H A Dopt.c168 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()
881 const OPTIONS *o; in opt_next() local
911 for (o = opts; o->name; ++o) { in opt_next()
918 if (o->valtype == 0 || o->valtype == '-') { in opt_next()
1141 help = o->helpstr ? o->helpstr : "(No additional info)"; in opt_print()
1171 printlen = opt_printf_stderr("%s" , o->name[0] ? o->name : "*"); in opt_print()
1201 for (o = list; o->name; o++) { in opt_help()
[all …]
/openssl/demos/pkey/
H A DMakefile20 EVP_PKEY_DSA_keygen.o: EVP_PKEY_DSA_keygen.c dsa.inc
21 EVP_PKEY_DSA_paramgen.o: EVP_PKEY_DSA_paramgen.c dsa.inc
22 EVP_PKEY_DSA_paramvalidate.o: EVP_PKEY_DSA_paramvalidate.c dsa.inc
23 EVP_PKEY_DSA_paramfromdata.o: EVP_PKEY_DSA_paramfromdata.c dsa.inc
25 EVP_PKEY_EC_keygen: EVP_PKEY_EC_keygen.o
26 EVP_PKEY_RSA_keygen: EVP_PKEY_RSA_keygen.o
27 EVP_PKEY_DSA_keygen: EVP_PKEY_DSA_keygen.o
28 EVP_PKEY_DSA_paramgen: EVP_PKEY_DSA_paramgen.o
29 EVP_PKEY_DSA_paramvalidate: EVP_PKEY_DSA_paramvalidate.o
30 EVP_PKEY_DSA_paramfromdata: EVP_PKEY_DSA_paramfromdata.o
[all …]
/openssl/demos/cms/
H A DMakefile24 cms_comp: cms_comp.o
25 cms_ddec: cms_ddec.o
26 cms_dec: cms_dec.o
27 cms_denc: cms_denc.o
28 cms_enc: cms_enc.o
29 cms_sign: cms_sign.o
30 cms_sign2: cms_sign2.o
31 cms_uncomp: cms_uncomp.o
32 cms_ver: cms_ver.o
38 $(RM) $(TESTS) *.o
/openssl/crypto/asn1/
H A Da_time.c115 o = 0; in ossl_asn1_time_to_tm()
127 if (!strict && (i == btz) && ((a[o] == upper_z) || (a[o] == plus) || (a[o] == minus))) { in ossl_asn1_time_to_tm()
198 i = o; in ossl_asn1_time_to_tm()
199 while ((o < l) && ossl_ascii_isdigit(a[o])) in ossl_asn1_time_to_tm()
200 o++; in ossl_asn1_time_to_tm()
215 o++; in ossl_asn1_time_to_tm()
216 } else if (!strict && ((a[o] == plus) || (a[o] == minus))) { in ossl_asn1_time_to_tm()
220 o++; in ossl_asn1_time_to_tm()
233 o++; in ossl_asn1_time_to_tm()
247 o++; in ossl_asn1_time_to_tm()
[all …]
/openssl/demos/bio/
H 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) $(TESTS) *.o
/openssl/crypto/ocsp/
H 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/demos/signature/
H A DMakefile19 EVP_EC_Signature_demo: EVP_EC_Signature_demo.o
20 EVP_DSA_Signature_demo: EVP_DSA_Signature_demo.o
21 EVP_ED_Signature_demo: EVP_ED_Signature_demo.o
22 rsa_pss_direct: rsa_pss_direct.o
23 rsa_pss_hash: rsa_pss_hash.o
29 $(RM) *.o $(TESTS)
/openssl/demos/smime/
H A DMakefile20 smenc: smenc.o
21 smdec: smdec.o
22 smsign: smsign.o
23 smsign2: smsign2.o
24 smver: smver.o
30 $(RM) $(TESTS) *.o
/openssl/test/recipes/
H A D03-test_fipsinstall.t458 foreach my $o (@pedantic_okay) {
459 ok(run(app(['openssl', 'fipsinstall', '-out', "fips-${o}.cnf",
460 '-module', $infile, '-pedantic', "-${o}"])),
461 "fipsinstall accepts -${o} after -pedantic option");
464 foreach my $o (@pedantic_fail) {
466 '-module', $infile, '-pedantic', "-${o}"])),
471 my $o = $commandline[0];
480 '-module', $infile, "-${o}"])),
481 "fipsinstall accepts -${o} option");
482 ok(find_line_file("${l} = 1", "fips-${o}.cnf") == 1,
[all …]
/openssl/demos/guide/
H A DMakefile20 tls-client-block: tls-client-block.o
21 tls-server-block: tls-server-block.o
22 quic-client-block: quic-client-block.o
23 quic-multi-stream: quic-multi-stream.o
24 tls-client-non-block: tls-client-non-block.o
25 quic-client-non-block: quic-client-non-block.o
37 $(RM) $(TESTS) *.o
/openssl/crypto/
H A Dthreads_pthread.c121 # define apple_atomic_load_n_uint32_t(p, o) __atomic_load_n(p, o) argument
122 # define apple_atomic_load_n_uint64_t(p, o) __atomic_load_n(p, o) argument
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
[all …]
/openssl/providers/common/der/
H 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/demos/cipher/
H A DMakefile18 aesccm: aesccm.o
19 aesgcm: aesgcm.o
20 aeskeywrap: aeskeywrap.o
21 ariacbc: ariacbc.o
27 $(RM) $(TESTS) *.o
/openssl/demos/kdf/
H A DMakefile18 hkdf: hkdf.o
19 pbkdf2: pbkdf2.o
20 scrypt: scrypt.o
21 argon2: argon2.o
27 $(RM) *.o $(TESTS)
/openssl/demos/digest/
H A DMakefile18 EVP_MD_demo: EVP_MD_demo.o
19 EVP_MD_stdin: EVP_MD_stdin.o
20 EVP_MD_xof: EVP_MD_xof.o
21 BIO_f_md: BIO_f_md.o
27 $(RM) *.o $(TESTS)
/openssl/demos/mac/
H A DMakefile18 gmac: gmac.o
19 hmac-sha512: hmac-sha512.o
20 cmac-aes256: cmac-aes256.o
21 poly1305: poly1305.o
27 $(RM) *.o $(TESTS)
/openssl/crypto/ripemd/asm/
H 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/test/recipes/04-test_pem_reading_data/
H A Ddsa-onecolumn.pem123 o
138 o
191 o
259 o
268 o
356 o
368 o
391 o
531 o
544 o
[all …]
/openssl/crypto/evp/
H 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/crypto/aria/
H 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/providers/implementations/signature/
H A Dbuild.info27 DEPEND[rsa_sig.o]=../../common/include/prov/der_rsa.h
28 DEPEND[dsa_sig.o]=../../common/include/prov/der_dsa.h
29 DEPEND[ecdsa_sig.o]=../../common/include/prov/der_ec.h
30 DEPEND[eddsa_sig.o]=../../common/include/prov/der_ecx.h
31 DEPEND[sm2_sig.o]=../../common/include/prov/der_sm2.h
/openssl/crypto/sha/
H A Dbuild.info119 INCLUDE[sha1-sparcv9.o]=..
137 INCLUDE[sha1-mips.o]=..
139 INCLUDE[sha256-mips.o]=..
141 INCLUDE[sha512-mips.o]=..
146 INCLUDE[sha256-armv4.o]=..
148 INCLUDE[sha512-armv4.o]=..
153 INCLUDE[sha1-armv8.o]=..
155 INCLUDE[sha256-armv8.o]=..
157 INCLUDE[sha512-armv8.o]=..
162 INCLUDE[sha1-s390x.o]=..
[all …]

Completed in 42 milliseconds

12345678910