Home
last modified time | relevance | path

Searched refs:x (Results 1 – 25 of 368) sorted by relevance

12345678910>>...15

/openssl-master/crypto/chacha/asm/
A Dchacha-armv8.pl263 eor @x[0],@x[0],@x[1]
264 eor @x[2],@x[2],@x[3]
265 eor @x[4],@x[4],@x[5]
266 eor @x[6],@x[6],@x[7]
267 eor @x[8],@x[8],@x[9]
268 eor @x[10],@x[10],@x[11]
602 eor @x[0],@x[0],@x[1]
604 eor @x[2],@x[2],@x[3]
606 eor @x[4],@x[4],@x[5]
608 eor @x[6],@x[6],@x[7]
[all …]
A Dchacha-ia64.pl106 add @x[$a1]=@x[$a1],@x[$b1]
107 add @x[$a2]=@x[$a2],@x[$b2] };;
109 xor @x[$d0]=@x[$d0],@x[$a0]
112 xor @x[$d3]=@x[$d3],@x[$a3]
120 xor @x[$b0]=@x[$b0],@x[$c0]
126 add @x[$c3]=@x[$c3],@x[$d3]
129 xor @x[$b3]=@x[$b3],@x[$c3]
144 add @x[$a3]=@x[$a3],@x[$b3]
153 xor @x[$d2]=@x[$d2],@x[$a2]
165 add @x[$c2]=@x[$c2],@x[$d2]
[all …]
A Dchacha-armv4.pl99 "&add (@x[$a0],@x[$a0],@x[$b0])",
101 "&add (@x[$a1],@x[$a1],@x[$b1])",
113 "&add (@x[$a0],@x[$a0],@x[$b0])",
115 "&add (@x[$a1],@x[$a1],@x[$b1])",
140 "&add (@x[$a2],@x[$a2],@x[$b2])",
144 "&add (@x[$a3],@x[$a3],@x[$b3])",
156 "&add (@x[$a2],@x[$a2],@x[$b2])",
158 "&add (@x[$a3],@x[$a3],@x[$b3])",
326 rev @x[0],@x[0]
327 rev @x[1],@x[1]
[all …]
A Dchacha-ppc.pl101 "&add (@x[$a0],@x[$a0],@x[$b0])",
102 "&add (@x[$a1],@x[$a1],@x[$b1])",
105 "&xor (@x[$d0],@x[$d0],@x[$a0])",
106 "&xor (@x[$d1],@x[$d1],@x[$a1])",
114 "&add (@x[$c0],@x[$c0],@x[$d0])",
115 "&add (@x[$c1],@x[$c1],@x[$d1])",
118 "&xor (@x[$b0],@x[$b0],@x[$c0])",
127 "&add (@x[$a0],@x[$a0],@x[$b0])",
131 "&xor (@x[$d0],@x[$d0],@x[$a0])",
140 "&add (@x[$c0],@x[$c0],@x[$d0])",
[all …]
A Dchacha-s390x.pl161 vx (@x[$d0],@x[$d0],@x[$a0]);
164 vx (@x[$d1],@x[$d1],@x[$a1]);
167 vx (@x[$d2],@x[$d2],@x[$a2]);
170 vx (@x[$d3],@x[$d3],@x[$a3]);
174 vx (@x[$b0],@x[$b0],@x[$c0]);
177 vx (@x[$b1],@x[$b1],@x[$c1]);
180 vx (@x[$b2],@x[$b2],@x[$c2]);
183 vx (@x[$b3],@x[$b3],@x[$c3]);
187 vx (@x[$d0],@x[$d0],@x[$a0]);
190 vx (@x[$d1],@x[$d1],@x[$a1]);
[all …]
A Dchacha-x86_64.pl1390 "&vpxor (@x[$d0],@x[$a0],@x[$d0])",
1391 "&vpxor (@x[$d1],@x[$a1],@x[$d1])",
1399 "&vpaddd (@x[$c0],@x[$c0],@x[$d0])",
1403 "&vpxor (@x[$b0],@x[$c0],@x[$b0])",
1404 "&vpxor (@x[$b1],@x[$c1],@x[$b1])",
1416 "&vpxor (@x[$d0],@x[$a0],@x[$d0])",
1417 "&vpxor (@x[$d1],@x[$a1],@x[$d1])",
1425 "&vpaddd (@x[$c0],@x[$c0],@x[$d0])",
1429 "&vpxor (@x[$b0],@x[$c0],@x[$b0])",
1430 "&vpxor (@x[$b1],@x[$c1],@x[$b1])",
[all …]
/openssl-master/crypto/cast/
A Dc_skey.c53 X[0] = ((x[0] << 24) | (x[1] << 16) | (x[2] << 8) | x[3]) & 0xffffffffL; in CAST_set_key()
60 l = X[0] ^ S4[x[13]] ^ S5[x[15]] ^ S6[x[12]] ^ S7[x[14]] ^ S6[x[8]]; in CAST_set_key()
83 K[4] = S4[x[3]] ^ S5[x[2]] ^ S6[x[12]] ^ S7[x[13]] ^ S4[x[8]]; in CAST_set_key()
84 K[5] = S4[x[1]] ^ S5[x[0]] ^ S6[x[14]] ^ S7[x[15]] ^ S5[x[13]]; in CAST_set_key()
85 K[6] = S4[x[7]] ^ S5[x[6]] ^ S6[x[8]] ^ S7[x[9]] ^ S6[x[3]]; in CAST_set_key()
86 K[7] = S4[x[5]] ^ S5[x[4]] ^ S6[x[10]] ^ S7[x[11]] ^ S7[x[7]]; in CAST_set_key()
88 l = X[0] ^ S4[x[13]] ^ S5[x[15]] ^ S6[x[12]] ^ S7[x[14]] ^ S6[x[8]]; in CAST_set_key()
111 K[12] = S4[x[8]] ^ S5[x[9]] ^ S6[x[7]] ^ S7[x[6]] ^ S4[x[3]]; in CAST_set_key()
112 K[13] = S4[x[10]] ^ S5[x[11]] ^ S6[x[5]] ^ S7[x[4]] ^ S5[x[7]]; in CAST_set_key()
113 K[14] = S4[x[12]] ^ S5[x[13]] ^ S6[x[3]] ^ S7[x[2]] ^ S6[x[8]]; in CAST_set_key()
[all …]
/openssl-master/crypto/x509/
A Dv3_purp.c353 x->crldp = X509_get_ext_d2i(x, NID_crl_distribution_points, &i, NULL); in setup_crldp()
358 int res = setup_dp(x, sk_DIST_POINT_value(x->crldp, i)); in setup_crldp()
421 if (!X509_digest(x, EVP_sha1(), x->sha1_hash, NULL)) in ossl_x509v3_cache_extensions()
546 x->skid = X509_get_ext_d2i(x, NID_subject_key_identifier, &i, NULL); in ossl_x509v3_cache_extensions()
565 x->altname = X509_get_ext_d2i(x, NID_subject_alt_name, &i, NULL); in ossl_x509v3_cache_extensions()
568 x->nc = X509_get_ext_d2i(x, NID_name_constraints, &i, NULL); in ossl_x509v3_cache_extensions()
674 else if (x->ex_flags & EXFLAG_NSCERT && x->ex_nscert & NS_ANY_CA) in check_ca()
1023 return x->skid; in X509_get0_subject_key_id()
1031 return (x->akid != NULL ? x->akid->keyid : NULL); in X509_get0_authority_key_id()
1039 return (x->akid != NULL ? x->akid->issuer : NULL); in X509_get0_authority_issuer()
[all …]
A Dx509_ext.c19 int X509_CRL_get_ext_count(const X509_CRL *x) in X509_CRL_get_ext_count() argument
21 return X509v3_get_ext_count(x->crl.extensions); in X509_CRL_get_ext_count()
42 return X509v3_get_ext(x->crl.extensions, loc); in X509_CRL_get_ext()
47 return X509v3_delete_ext(x->crl.extensions, loc); in X509_CRL_delete_ext()
66 int X509_get_ext_count(const X509 *x) in X509_get_ext_count() argument
87 X509_EXTENSION *X509_get_ext(const X509 *x, int loc) in X509_get_ext() argument
92 X509_EXTENSION *X509_delete_ext(X509 *x, int loc) in X509_delete_ext() argument
114 int X509_REVOKED_get_ext_count(const X509_REVOKED *x) in X509_REVOKED_get_ext_count() argument
116 return X509v3_get_ext_count(x->extensions); in X509_REVOKED_get_ext_count()
137 return X509v3_get_ext(x->extensions, loc); in X509_REVOKED_get_ext()
[all …]
A Dx_x509a.c43 if (x == NULL) in aux_get()
45 if (x->aux == NULL && (x->aux = X509_CERT_AUX_new()) == NULL) in aux_get()
47 return x->aux; in aux_get()
54 if (!x || !x->aux || !x->aux->alias) in X509_alias_set1()
71 if (!x || !x->aux || !x->aux->keyid) in X509_keyid_set1()
87 if (!x->aux || !x->aux->alias) in X509_alias_get0()
96 if (!x->aux || !x->aux->keyid) in X509_keyid_get0()
148 if (x->aux) { in X509_trust_clear()
156 if (x->aux) { in X509_reject_clear()
164 if (x->aux != NULL) in STACK_OF()
[all …]
A Dx509_set.c24 if (x == NULL) in X509_set_version()
42 if (x == NULL) in X509_set_serialNumber()
52 if (x == NULL) in X509_set_issuer_name()
59 if (x == NULL) in X509_set_subject_name()
80 if (x == NULL) in X509_set1_notBefore()
87 if (x == NULL) in X509_set1_notAfter()
94 if (x == NULL) in X509_set_pubkey()
99 int X509_up_ref(X509 *x) in X509_up_ref() argument
103 if (CRYPTO_UP_REF(&x->references, &i, x->lock) <= 0) in X509_up_ref()
143 return x->cert_info.key; in X509_get_X509_PUBKEY()
[all …]
A Dx509cset.c21 if (x == NULL) in X509_CRL_set_version()
23 if (x->crl.version == NULL) { in X509_CRL_set_version()
32 if (x == NULL) in X509_CRL_set_issuer_name()
39 if (x == NULL) in X509_CRL_set1_lastUpdate()
46 if (x == NULL) in X509_CRL_set1_nextUpdate()
137 return x->revocationDate; in X509_REVOKED_get0_revocationDate()
144 if (x == NULL) in X509_REVOKED_set_revocationDate()
146 in = x->revocationDate; in X509_REVOKED_set_revocationDate()
159 return &x->serialNumber; in X509_REVOKED_get0_serialNumber()
166 if (x == NULL) in X509_REVOKED_set_serialNumber()
[all …]
A Dx509rset.c18 int X509_REQ_set_version(X509_REQ *x, long version) in X509_REQ_set_version() argument
20 if (x == NULL) in X509_REQ_set_version()
22 x->req_info.enc.modified = 1; in X509_REQ_set_version()
23 return ASN1_INTEGER_set(x->req_info.version, version); in X509_REQ_set_version()
28 if (x == NULL) in X509_REQ_set_subject_name()
30 x->req_info.enc.modified = 1; in X509_REQ_set_subject_name()
31 return X509_NAME_set(&x->req_info.subject, name); in X509_REQ_set_subject_name()
34 int X509_REQ_set_pubkey(X509_REQ *x, EVP_PKEY *pkey) in X509_REQ_set_pubkey() argument
36 if (x == NULL) in X509_REQ_set_pubkey()
38 x->req_info.enc.modified = 1; in X509_REQ_set_pubkey()
[all …]
A Dx509_att.c23 return sk_X509_ATTRIBUTE_num(x); in X509at_get_attr_count()
58 if (x == NULL || sk_X509_ATTRIBUTE_num(x) <= loc || loc < 0) in X509at_get_attr()
68 if (x == NULL || sk_X509_ATTRIBUTE_num(x) <= loc || loc < 0) in X509at_delete_attr()
80 if (x == NULL) { in STACK_OF()
85 if (*x == NULL) { in STACK_OF()
89 sk = *x; in STACK_OF()
96 if (*x == NULL) in STACK_OF()
97 *x = sk; in STACK_OF()
103 if (*x == NULL) in STACK_OF()
165 at = X509at_get_attr(x, i); in X509at_get0_data_by_OBJ()
[all …]
/openssl-master/ssl/
A Dssl_txt.c38 if (x == NULL) in SSL_SESSION_print()
47 if (x->cipher == NULL) { in SSL_SESSION_print()
87 if (BIO_printf(bp, "%s", x->psk_identity ? x->psk_identity : "None") <= 0) in SSL_SESSION_print()
92 (bp, "%s", x->psk_identity_hint ? x->psk_identity_hint : "None") <= 0) in SSL_SESSION_print()
98 if (BIO_printf(bp, "%s", x->srp_username ? x->srp_username : "None") <= 0) in SSL_SESSION_print()
107 if (x->ext.tick) { in SSL_SESSION_print()
111 (bp, (const char *)x->ext.tick, (int)x->ext.ticklen, 4) in SSL_SESSION_print()
131 if (x->time != 0L) { in SSL_SESSION_print()
135 if (x->timeout != 0L) { in SSL_SESSION_print()
171 if (x == NULL) in SSL_SESSION_print_keylog()
[all …]
/openssl-master/providers/implementations/kdfs/
A Dscrypt.c296 x[4] ^= R(x[0] + x[12], 7); in salsa208_word_specification()
297 x[8] ^= R(x[4] + x[0], 9); in salsa208_word_specification()
300 x[9] ^= R(x[5] + x[1], 7); in salsa208_word_specification()
301 x[13] ^= R(x[9] + x[5], 9); in salsa208_word_specification()
309 x[7] ^= R(x[3] + x[15], 9); in salsa208_word_specification()
312 x[1] ^= R(x[0] + x[3], 7); in salsa208_word_specification()
313 x[2] ^= R(x[1] + x[0], 9); in salsa208_word_specification()
314 x[3] ^= R(x[2] + x[1], 13); in salsa208_word_specification()
315 x[0] ^= R(x[3] + x[2], 18); in salsa208_word_specification()
316 x[6] ^= R(x[5] + x[4], 7); in salsa208_word_specification()
[all …]
/openssl-master/crypto/ocsp/
A Docsp_ext.c23 int OCSP_REQUEST_get_ext_count(OCSP_REQUEST *x) in OCSP_REQUEST_get_ext_count() argument
77 int OCSP_ONEREQ_get_ext_count(OCSP_ONEREQ *x) in OCSP_ONEREQ_get_ext_count() argument
128 int OCSP_BASICRESP_get_ext_count(OCSP_BASICRESP *x) in OCSP_BASICRESP_get_ext_count() argument
362 X509_EXTENSION *x = NULL; in OCSP_crlID_new() local
388 return x; in OCSP_crlID_new()
397 X509_EXTENSION *x = NULL; in OCSP_accept_responses_new() local
409 return x; in OCSP_accept_responses_new()
415 X509_EXTENSION *x = NULL; in OCSP_archive_cutoff_new() local
425 return x; in OCSP_archive_cutoff_new()
435 X509_EXTENSION *x = NULL; in OCSP_url_svcloc_new() local
[all …]
/openssl-master/crypto/aes/asm/
A Dbsaes-armv7.pl421 vext.8 @x[1], @x[1], @x[1], #8
430 vext.8 @x[4], @x[3], @x[3], #8
432 vext.8 @x[5], @x[7], @x[7], #8
434 vext.8 @x[3], @x[6], @x[6], #8
436 vext.8 @x[6], @x[2], @x[2], #8
467 veor @x[2], @x[2], @x[5] @ 2 5
468 veor @x[7], @x[7], @x[5] @ 7 5
472 veor @x[0], @x[0], @x[1] @ 0 1
474 veor @x[1], @x[1], @x[2] @ 1 25
479 veor @x[3], @x[3], @x[7] @ 3 75
[all …]
A Dbsaes-x86_64.pl523 movdqa @x[6], @x[4]
536 pxor @x[5], @x[7] # 7 5
537 pxor @x[5], @x[2] # 2 5
541 pxor @x[1], @x[0] # 0 1
552 pxor @x[4], @x[6] # 6 4
959 movdqa @x[0], @x[2]
960 movdqa @x[1], @x[3]
967 movdqa @x[0], @x[4]
968 movdqa @x[2], @x[6]
969 movdqa @x[1], @x[5]
[all …]
/openssl-master/crypto/aria/
A Daria.c1023 y->c[ 0] = x->c[ 3] ^ x->c[ 4] ^ x->c[ 6] ^ x->c[ 8] ^ in a()
1025 y->c[ 1] = x->c[ 2] ^ x->c[ 5] ^ x->c[ 7] ^ x->c[ 8] ^ in a()
1027 y->c[ 2] = x->c[ 1] ^ x->c[ 4] ^ x->c[ 6] ^ x->c[10] ^ in a()
1029 y->c[ 3] = x->c[ 0] ^ x->c[ 5] ^ x->c[ 7] ^ x->c[10] ^ in a()
1031 y->c[ 4] = x->c[ 0] ^ x->c[ 2] ^ x->c[ 5] ^ x->c[ 8] ^ in a()
1033 y->c[ 5] = x->c[ 1] ^ x->c[ 3] ^ x->c[ 4] ^ x->c[ 9] ^ in a()
1035 y->c[ 6] = x->c[ 0] ^ x->c[ 2] ^ x->c[ 7] ^ x->c[ 9] ^ in a()
1037 y->c[ 7] = x->c[ 1] ^ x->c[ 3] ^ x->c[ 6] ^ x->c[ 8] ^ in a()
1039 y->c[ 8] = x->c[ 0] ^ x->c[ 1] ^ x->c[ 4] ^ x->c[ 7] ^ in a()
1041 y->c[ 9] = x->c[ 0] ^ x->c[ 1] ^ x->c[ 5] ^ x->c[ 6] ^ in a()
[all …]
/openssl-master/crypto/pem/
A Dpem_pkey.c85 if (x != NULL) { in pem_read_bio_key_decoder()
87 *x = pkey; in pem_read_bio_key_decoder()
137 if (x != NULL) { in pem_read_bio_key_legacy()
139 *x = ret; in pem_read_bio_key_legacy()
167 *x = ret; in pem_read_bio_key_legacy()
190 if (x) { in pem_read_bio_key_legacy()
192 *x = ret; in pem_read_bio_key_legacy()
314 if (x->ameth == NULL || x->ameth->priv_encode != NULL) in PEM_write_cb_ex_fnsig()
342 x = copy; in PEM_write_bio_PrivateKey_traditional()
344 if (x->ameth == NULL || x->ameth->old_priv_encode == NULL) { in PEM_write_bio_PrivateKey_traditional()
[all …]
/openssl-master/crypto/chacha/
A Dchacha_enc.c36 x[a] += x[b], x[d] = ROTATE((x[d] ^ x[a]),16), \
37 x[c] += x[d], x[b] = ROTATE((x[b] ^ x[c]),12), \
38 x[a] += x[b], x[d] = ROTATE((x[d] ^ x[a]), 8), \
39 x[c] += x[d], x[b] = ROTATE((x[b] ^ x[c]), 7) )
45 u32 x[16]; in chacha20_core() local
49 memcpy(x, input, sizeof(x)); in chacha20_core()
64 output->u[i] = x[i] + input[i]; in chacha20_core()
67 U32TO8_LITTLE(output->c + 4 * i, (x[i] + input[i])); in chacha20_core()
/openssl-master/engines/
A De_afalg.h19 # define ALG_DGB(x, ...) fprintf(stderr, "ALG_DBG: " x, __VA_ARGS__) argument
20 # define ALG_INFO(x, ...) fprintf(stderr, "ALG_INFO: " x, __VA_ARGS__) argument
21 # define ALG_WARN(x, ...) fprintf(stderr, "ALG_WARN: " x, __VA_ARGS__) argument
23 # define ALG_DGB(x, ...) argument
24 # define ALG_INFO(x, ...) argument
25 # define ALG_WARN(x, ...) argument
28 # define ALG_ERR(x, ...) fprintf(stderr, "ALG_ERR: " x, __VA_ARGS__) argument
29 # define ALG_PERR(x, ...) \ argument
31 fprintf(stderr, "ALG_PERR: " x, __VA_ARGS__); \
34 # define ALG_PWARN(x, ...) \ argument
[all …]
/openssl-master/ssl/statem/
A Dstatem_local.h200 X509 *x, size_t chainidx);
202 X509 *x, size_t chainidx);
204 X509 *x, size_t chainidx);
210 X509 *x, size_t chainidx);
212 X509 *x, size_t chainidx);
218 X509 *x, size_t chainidx);
244 X509 *x, size_t chainidx);
285 X509 *x, size_t chainidx);
380 X509 *x, size_t chainidx);
382 X509 *x, size_t chainidx);
[all …]
/openssl-master/include/crypto/
A Dmodes.h44 # define BSWAP8(x) ({ u64 ret_=(x); \ argument
47 # define BSWAP4(x) ({ u32 ret_=(x); \ argument
51 # define BSWAP8(x) ({ u32 lo_=(u64)(x)>>32,hi_=(x); \ argument
55 # define BSWAP4(x) ({ u32 ret_=(x); \ argument
61 # define BSWAP8(x) ({ u64 ret_; \ argument
69 # define BSWAP8(x) ({ u32 lo_=(u64)(x)>>32,hi_=(x); \ argument
73 # define BSWAP4(x) ({ u32 ret_; \ argument
75 : "=r"(ret_) : "r"((u32)(x))); \
82 # define BSWAP8(x) _byteswap_uint64((u64)(x)) argument
83 # define BSWAP4(x) _byteswap_ulong((u32)(x)) argument
[all …]

Completed in 83 milliseconds

12345678910>>...15