Home
last modified time | relevance | path

Searched refs:o (Results 1 – 25 of 250) 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.c283 o->flags &= in ossl_obj_add_object()
288 return o->nid; in ossl_obj_add_object()
295 ASN1_OBJECT_free(o); in ossl_obj_add_object()
591 ASN1_OBJECT o; in OBJ_ln2nid() local
597 o.ln = s; in OBJ_ln2nid()
607 ad.obj = &o; in OBJ_ln2nid()
618 ASN1_OBJECT o; in OBJ_sn2nid() local
624 o.sn = s; in OBJ_sn2nid()
634 ad.obj = &o; in OBJ_sn2nid()
689 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()
866 const OPTIONS *o; in opt_next() local
896 for (o = opts; o->name; ++o) { in opt_next()
903 if (o->valtype == 0 || o->valtype == '-') { in opt_next()
1118 help = o->helpstr ? o->helpstr : "(No additional info)"; in opt_print()
1148 printlen = opt_printf_stderr("%s" , o->name[0] ? o->name : "*"); in opt_print()
1178 for (o = list; o->name; o++) { in opt_help()
[all …]
/openssl/crypto/asn1/
H 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/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/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) *.o client-arg client-conf saccept sconnect server-arg server-cmod server-conf
/openssl/demos/digest/
H A DMakefile12 %.o: %.c
15 EVP_MD_demo: EVP_MD_demo.o
16 EVP_MD_stdin: EVP_MD_stdin.o
17 EVP_MD_xof: EVP_MD_xof.o
18 BIO_f_md: BIO_f_md.o
23 $(RM) *.o EVP_MD_demo EVP_MD_stdin EVP_MD_xof BIO_f_md
/openssl/demos/kdf/
H A DMakefile12 %.o: %.c
15 hkdf: hkdf.o
16 pbkdf2: pbkdf2.o
17 scrypt: scrypt.o
22 $(RM) *.o hkdf pbkdf2 scrypt
/openssl/demos/signature/
H A DMakefile12 %.o: %.c
15 EVP_Signature_demo: EVP_Signature_demo.o
16 rsa_pss_direct: rsa_pss_direct.o
17 rsa_pss_hash: rsa_pss_hash.o
22 $(RM) *.o EVP_Signature_demo rsa_pss_direct rsa_pss_hash
/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/mac/
H A DMakefile16 gmac: gmac.o
17 hmac-sha512: hmac-sha512.o
18 cmac-aes256: cmac-aes256.o
19 poly1305: poly1305.o
25 $(RM) gmac hmac-sha512 cmac-aes256 poly1305 *.o
/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/demos/pkey/
H A DMakefile13 %.o: %.c
16 EVP_PKEY_EC_keygen: EVP_PKEY_EC_keygen.o
18 EVP_PKEY_RSA_keygen: EVP_PKEY_RSA_keygen.o
23 $(RM) *.o EVP_PKEY_EC_keygen EVP_PKEY_RSA_keygen
/openssl/demos/cipher/
H A DMakefile16 aesccm: aesccm.o
17 aesgcm: aesgcm.o
18 ariacbc: ariacbc.o
24 $(RM) aesccm aesgcm ariacbc *.o
/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/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/providers/implementations/signature/
H 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/crypto/sha/
H A Dbuild.info116 INCLUDE[sha1-sparcv9.o]=..
134 INCLUDE[sha1-mips.o]=..
136 INCLUDE[sha256-mips.o]=..
138 INCLUDE[sha512-mips.o]=..
143 INCLUDE[sha256-armv4.o]=..
145 INCLUDE[sha512-armv4.o]=..
150 INCLUDE[sha1-armv8.o]=..
152 INCLUDE[sha256-armv8.o]=..
154 INCLUDE[sha512-armv8.o]=..
159 INCLUDE[sha1-s390x.o]=..
[all …]
/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/crypto/async/arch/
H A Dasync_posix.h67 static ossl_inline int async_fibre_swapcontext(async_fibre *o, async_fibre *n, int r) in async_fibre_swapcontext() argument
70 swapcontext(&o->fibre, &n->fibre); in async_fibre_swapcontext()
72 o->env_init = 1; in async_fibre_swapcontext()
74 if (!r || !_setjmp(o->env)) { in async_fibre_swapcontext()
/openssl/test/certs/
H A Dmkcert.sh122 while getopts p: o
124 case $o in
238 while getopts p:k: o
240 case $o in
272 while getopts p: o
274 case $o in
306 while getopts p: o
308 case $o in
361 while getopts p: o
363 case $o in
/openssl/demos/encrypt/
H A DMakefile12 %.o: %.c
15 rsa_encrypt_ec: rsa_encrypt.o
20 $(RM) *.o rsa_encrypt
/openssl/demos/encode/
H A DMakefile12 %.o: %.c
15 rsa_encode: rsa_encode.o
20 $(RM) *.o rsa_encode

Completed in 71 milliseconds

12345678910