/openssl/crypto/modes/ |
H A D | xts128.c | 49 scratch.u[0] ^= tweak.u[0]; in CRYPTO_xts128_encrypt() 50 scratch.u[1] ^= tweak.u[1]; in CRYPTO_xts128_encrypt() 57 scratch.u[0] ^= tweak.u[0]; in CRYPTO_xts128_encrypt() 58 scratch.u[1] ^= tweak.u[1]; in CRYPTO_xts128_encrypt() 98 scratch.u[0] ^= tweak.u[0]; in CRYPTO_xts128_encrypt() 99 scratch.u[1] ^= tweak.u[1]; in CRYPTO_xts128_encrypt() 101 scratch.u[0] ^= tweak.u[0]; in CRYPTO_xts128_encrypt() 102 scratch.u[1] ^= tweak.u[1]; in CRYPTO_xts128_encrypt() 147 scratch.u[0] ^= tweak.u[0]; in CRYPTO_xts128_encrypt() 148 scratch.u[1] ^= tweak.u[1]; in CRYPTO_xts128_encrypt() [all …]
|
H A D | xts128gb.c | 49 scratch.u[0] ^= tweak.u[0]; in ossl_crypto_xts128gb_encrypt() 50 scratch.u[1] ^= tweak.u[1]; in ossl_crypto_xts128gb_encrypt() 57 scratch.u[0] ^= tweak.u[0]; in ossl_crypto_xts128gb_encrypt() 58 scratch.u[1] ^= tweak.u[1]; in ossl_crypto_xts128gb_encrypt() 117 scratch.u[0] ^= tweak.u[0]; in ossl_crypto_xts128gb_encrypt() 118 scratch.u[1] ^= tweak.u[1]; in ossl_crypto_xts128gb_encrypt() 120 scratch.u[0] ^= tweak.u[0]; in ossl_crypto_xts128gb_encrypt() 121 scratch.u[1] ^= tweak.u[1]; in ossl_crypto_xts128gb_encrypt() 185 scratch.u[0] ^= tweak.u[0]; in ossl_crypto_xts128gb_encrypt() 186 scratch.u[1] ^= tweak.u[1]; in ossl_crypto_xts128gb_encrypt() [all …]
|
H A D | ccm128.c | 178 ctx->cmac.u[0] ^= temp.u[0]; in CRYPTO_ccm128_encrypt() 179 ctx->cmac.u[1] ^= temp.u[1]; in CRYPTO_ccm128_encrypt() 188 temp.u[0] ^= scratch.u[0]; in CRYPTO_ccm128_encrypt() 189 temp.u[1] ^= scratch.u[1]; in CRYPTO_ccm128_encrypt() 213 ctx->cmac.u[0] ^= scratch.u[0]; in CRYPTO_ccm128_encrypt() 214 ctx->cmac.u[1] ^= scratch.u[1]; in CRYPTO_ccm128_encrypt() 261 ctx->cmac.u[0] ^= (scratch.u[0] ^= temp.u[0]); in CRYPTO_ccm128_decrypt() 262 ctx->cmac.u[1] ^= (scratch.u[1] ^= temp.u[1]); in CRYPTO_ccm128_decrypt() 288 ctx->cmac.u[0] ^= scratch.u[0]; in CRYPTO_ccm128_decrypt() 289 ctx->cmac.u[1] ^= scratch.u[1]; in CRYPTO_ccm128_decrypt() [all …]
|
/openssl/crypto/x509/ |
H A D | v3_asid.c | 130 a->u.range->min != NULL && a->u.range->max != NULL)); in ASIdOrRange_cmp() 134 b->u.range->min != NULL && b->u.range->max != NULL)); in ASIdOrRange_cmp() 137 return ASN1_INTEGER_cmp(a->u.id, b->u.id); in ASIdOrRange_cmp() 140 int r = ASN1_INTEGER_cmp(a->u.range->min, b->u.range->min); in ASIdOrRange_cmp() 146 return ASN1_INTEGER_cmp(a->u.id, b->u.range->min); in ASIdOrRange_cmp() 148 return ASN1_INTEGER_cmp(a->u.range->min, b->u.id); in ASIdOrRange_cmp() 221 aor->u.id = min; in X509v3_asid_add_id_or_range() 227 aor->u.range->min = min; in X509v3_asid_add_id_or_range() 229 aor->u.range->max = max; in X509v3_asid_add_id_or_range() 251 *min = aor->u.id; in extract_min_max() [all …]
|
H A D | v3_addr.c | 417 if (aor->u.addressPrefix == NULL && in make_addressPrefix() 457 if (aor->u.addressRange->min == NULL && in make_addressRange() 460 if (aor->u.addressRange->max == NULL && in make_addressRange() 474 aor->u.addressRange->min->flags |= 8 - j; in make_addressRange() 487 aor->u.addressRange->max->flags |= 8 - j; in make_addressRange() 560 f->ipAddressChoice->u.inherit != NULL) in X509v3_addr_add_inherit() 562 if (f->ipAddressChoice->u.inherit == NULL && in X509v3_addr_add_inherit() 582 f->ipAddressChoice->u.inherit != NULL)) in make_prefix_or_range() 585 aors = f->ipAddressChoice->u.addressesOrRanges; in make_prefix_or_range() 599 f->ipAddressChoice->u.addressesOrRanges = aors; in make_prefix_or_range() [all …]
|
H A D | x_ietfatt.c | 36 } u; member 46 ASN1_SIMPLE(OSSL_IETF_ATTR_SYNTAX_VALUE, u.octets, ASN1_OCTET_STRING), 47 ASN1_SIMPLE(OSSL_IETF_ATTR_SYNTAX_VALUE, u.oid, ASN1_OBJECT), 48 ASN1_SIMPLE(OSSL_IETF_ATTR_SYNTAX_VALUE, u.string, ASN1_UTF8STRING), 133 return val->u.octets; in OSSL_IETF_ATTR_SYNTAX_get0_value() 135 return val->u.oid; in OSSL_IETF_ATTR_SYNTAX_get0_value() 137 return val->u.string; in OSSL_IETF_ATTR_SYNTAX_get0_value() 168 val->u.octets = data; in OSSL_IETF_ATTR_SYNTAX_add1_value() 171 val->u.oid = data; in OSSL_IETF_ATTR_SYNTAX_add1_value() 174 val->u.string = data; in OSSL_IETF_ATTR_SYNTAX_add1_value()
|
/openssl/crypto/pem/ |
H A D | pem_pk8.c | 24 pem_password_cb *cb, void *u, 31 pem_password_cb *cb, void *u, 57 pem_password_cb *cb, void *u) in i2d_PKCS8PrivateKey_bio() argument 88 if (u != NULL) { in do_pk8pkey() 89 kstr = u; in do_pk8pkey() 90 klen = strlen(u); in do_pk8pkey() 138 klen = cb(buf, PEM_BUFSIZE, 1, u); in do_pk8pkey() 170 void *u) in d2i_PKCS8PrivateKey_bio() argument 182 klen = cb(psbuf, PEM_BUFSIZE, 0, u); in d2i_PKCS8PrivateKey_bio() 253 void *u) in d2i_PKCS8PrivateKey_fp() argument [all …]
|
H A D | pem_pkey.c | 56 if (!OSSL_DECODER_CTX_set_pem_password_cb(dctx, cb, u)) in pem_read_bio_key_decoder() 116 bp, cb, u)) { in pem_read_bio_key_legacy() 127 bp, cb, u)) { in pem_read_bio_key_legacy() 155 klen = cb(psbuf, PEM_BUFSIZE, 0, u); in pem_read_bio_key_legacy() 236 if (!ossl_pw_set_pem_password_cb(&pwdata, cb, u) in pem_read_bio_key() 266 return pem_read_bio_key(bp, x, cb, u, libctx, propq, in PEM_read_bio_PUBKEY_ex() 271 void *u) in PEM_read_bio_PUBKEY() argument 296 return PEM_read_PUBKEY_ex(fp, x, cb, u, NULL, NULL); in PEM_read_PUBKEY() 304 return pem_read_bio_key(bp, x, cb, u, libctx, propq, in PEM_read_bio_PrivateKey_ex() 310 void *u) in PEM_read_bio_PrivateKey() argument [all …]
|
H A D | pem_all.c | 70 void *u) in PEM_read_bio_RSAPrivateKey() argument 73 pktmp = PEM_read_bio_PrivateKey(bp, NULL, cb, u); in PEM_read_bio_RSAPrivateKey() 82 pktmp = PEM_read_PrivateKey(fp, NULL, cb, u); in PEM_read_RSAPrivateKey() 110 void *u) in PEM_read_bio_DSAPrivateKey() argument 113 pktmp = PEM_read_bio_PrivateKey(bp, NULL, cb, u); in PEM_read_bio_DSAPrivateKey() 123 pktmp = PEM_read_PrivateKey(fp, NULL, cb, u); in IMPLEMENT_PEM_write_cb() 151 void *u) in PEM_read_bio_ECPrivateKey() argument 154 pktmp = PEM_read_bio_PrivateKey(bp, NULL, cb, u); in PEM_read_bio_ECPrivateKey() 167 void *u) in IMPLEMENT_PEM_rw() 170 pktmp = PEM_read_PrivateKey(fp, NULL, cb, u); in IMPLEMENT_PEM_rw() [all …]
|
/openssl/test/ |
H A D | bad_dtls_test.c | 131 if (!PACKET_get_1(&pkt, &u) || u != SSL3_RT_HANDSHAKE) in validate_client_hello() 134 if (!PACKET_get_net_2(&pkt, &u) || u != DTLS1_BAD_VER) in validate_client_hello() 141 if (!PACKET_get_1(&pkt, &u) || u != SSL3_MT_CLIENT_HELLO) in validate_client_hello() 148 if (!PACKET_get_net_2(&pkt, &u) || u != DTLS1_BAD_VER) in validate_client_hello() 174 if (!PACKET_get_1(&pkt, &u) || !PACKET_forward(&pkt, u)) in validate_client_hello() 415 if (!PACKET_get_net_2(&pkt, &u) || u != DTLS1_BAD_VER) in validate_ccs() 422 if (!PACKET_get_1(&pkt, &u) || u != SSL3_MT_CCS) in validate_ccs() 426 if (!PACKET_get_net_2(&pkt, &u) || u != 0x0002) in validate_ccs() 430 if (!PACKET_get_1(&pkt, &u) || u != SSL3_RT_HANDSHAKE) in validate_ccs() 432 if (!PACKET_get_net_2(&pkt, &u) || u != DTLS1_BAD_VER) in validate_ccs() [all …]
|
H A D | srptest.c | 37 BIGNUM *u = NULL; in run_srp() local 89 u = SRP_Calc_u(Apub, Bpub, GN->N); in run_srp() 93 Kclient = SRP_Calc_client_key(GN->N, Bpub, GN->g, x, a, u); in run_srp() 97 Kserver = SRP_Calc_server_key(Apub, v, u, b, GN->N); in run_srp() 109 BN_free(u); in run_srp() 143 BIGNUM *u = NULL; in run_srp_kat() local 209 u = SRP_Calc_u(Apub, Bpub, GN->N); in run_srp_kat() 211 if (!TEST_true(check_bn("u", u, in run_srp_kat() 217 Kclient = SRP_Calc_client_key(GN->N, Bpub, GN->g, x, a, u); in run_srp_kat() 229 Kserver = SRP_Calc_server_key(Apub, v, u, b, GN->N); in run_srp_kat() [all …]
|
/openssl/providers/implementations/ciphers/ |
H A D | cipher_aes_cbc_hmac_sha256_hw.c | 558 pmac->u[0] = 0; in aesni_cbc_hmac_sha256_cipher() 559 pmac->u[1] = 0; in aesni_cbc_hmac_sha256_cipher() 560 pmac->u[2] = 0; in aesni_cbc_hmac_sha256_cipher() 626 pmac->u[0] = BSWAP4(pmac->u[0]); in aesni_cbc_hmac_sha256_cipher() 627 pmac->u[1] = BSWAP4(pmac->u[1]); in aesni_cbc_hmac_sha256_cipher() 628 pmac->u[2] = BSWAP4(pmac->u[2]); in aesni_cbc_hmac_sha256_cipher() 629 pmac->u[3] = BSWAP4(pmac->u[3]); in aesni_cbc_hmac_sha256_cipher() 630 pmac->u[4] = BSWAP4(pmac->u[4]); in aesni_cbc_hmac_sha256_cipher() 631 pmac->u[5] = BSWAP4(pmac->u[5]); in aesni_cbc_hmac_sha256_cipher() 632 pmac->u[6] = BSWAP4(pmac->u[6]); in aesni_cbc_hmac_sha256_cipher() [all …]
|
H A D | cipher_aes_cbc_hmac_sha1_hw.c | 519 bitlen = mac.u[0]; in aesni_cbc_hmac_sha1_cipher() 522 pmac->u[0] = 0; in aesni_cbc_hmac_sha1_cipher() 523 pmac->u[1] = 0; in aesni_cbc_hmac_sha1_cipher() 524 pmac->u[2] = 0; in aesni_cbc_hmac_sha1_cipher() 525 pmac->u[3] = 0; in aesni_cbc_hmac_sha1_cipher() 526 pmac->u[4] = 0; in aesni_cbc_hmac_sha1_cipher() 578 pmac->u[0] = BSWAP4(pmac->u[0]); in aesni_cbc_hmac_sha1_cipher() 579 pmac->u[1] = BSWAP4(pmac->u[1]); in aesni_cbc_hmac_sha1_cipher() 580 pmac->u[2] = BSWAP4(pmac->u[2]); in aesni_cbc_hmac_sha1_cipher() 581 pmac->u[3] = BSWAP4(pmac->u[3]); in aesni_cbc_hmac_sha1_cipher() [all …]
|
H A D | cipher_aes_gcm_hw_vaes_avx512.inc | 67 gcmctx->Yi.u[1] = 0; 68 gcmctx->Xi.u[0] = 0; /* AAD hash */ 69 gcmctx->Xi.u[1] = 0; 70 gcmctx->len.u[0] = 0; /* AAD length */ 71 gcmctx->len.u[1] = 0; /* Message length */ 89 u64 alen = gcmctx->len.u[0]; 94 if (gcmctx->len.u[1] > 0) 102 gcmctx->len.u[0] = alen; 149 u64 mlen = gcmctx->len.u[1]; 155 gcmctx->len.u[1] = mlen; [all …]
|
/openssl/crypto/des/ |
H A D | des_local.h | 123 # define LOAD_DATA_tmp(R,S,u,t,E0,E1) \ argument 126 # define LOAD_DATA(R,S,u,t,E0,E1,tmp) \ argument 128 u=t&E0; t&=E1; \ 129 tmp=(u<<16); u^=R^s[S ]; u^=tmp; \ 133 # define LOAD_DATA(R,S,u,t,E0,E1,tmp) \ argument 134 u=R^s[S ]; \ 145 LOAD_DATA_tmp(R,S,u,t,E0,E1); \ 148 DES_SPtrans[0][(u>> 2L)&0x3f]^ \ 149 DES_SPtrans[2][(u>>10L)&0x3f]^ \ 150 DES_SPtrans[4][(u>>18L)&0x3f]^ \ [all …]
|
H A D | fcrypt.c | 106 unsigned char c, u; in DES_fcrypt() local 137 u = 0x80; in DES_fcrypt() 143 if (bb[y] & u) in DES_fcrypt() 145 u >>= 1; in DES_fcrypt() 146 if (!u) { in DES_fcrypt() 148 u = 0x80; in DES_fcrypt()
|
/openssl/crypto/evp/ |
H A D | e_aes_cbc_hmac_sha256.c | 589 pmac->u[0] = 0; in aesni_cbc_hmac_sha256_cipher() 590 pmac->u[1] = 0; in aesni_cbc_hmac_sha256_cipher() 591 pmac->u[2] = 0; in aesni_cbc_hmac_sha256_cipher() 657 pmac->u[0] = BSWAP4(pmac->u[0]); in aesni_cbc_hmac_sha256_cipher() 658 pmac->u[1] = BSWAP4(pmac->u[1]); in aesni_cbc_hmac_sha256_cipher() 659 pmac->u[2] = BSWAP4(pmac->u[2]); in aesni_cbc_hmac_sha256_cipher() 660 pmac->u[3] = BSWAP4(pmac->u[3]); in aesni_cbc_hmac_sha256_cipher() 661 pmac->u[4] = BSWAP4(pmac->u[4]); in aesni_cbc_hmac_sha256_cipher() 662 pmac->u[5] = BSWAP4(pmac->u[5]); in aesni_cbc_hmac_sha256_cipher() 663 pmac->u[6] = BSWAP4(pmac->u[6]); in aesni_cbc_hmac_sha256_cipher() [all …]
|
H A D | e_aes_cbc_hmac_sha1.c | 605 bitlen = mac.u[0]; in aesni_cbc_hmac_sha1_cipher() 608 pmac->u[0] = 0; in aesni_cbc_hmac_sha1_cipher() 609 pmac->u[1] = 0; in aesni_cbc_hmac_sha1_cipher() 610 pmac->u[2] = 0; in aesni_cbc_hmac_sha1_cipher() 611 pmac->u[3] = 0; in aesni_cbc_hmac_sha1_cipher() 612 pmac->u[4] = 0; in aesni_cbc_hmac_sha1_cipher() 664 pmac->u[0] = BSWAP4(pmac->u[0]); in aesni_cbc_hmac_sha1_cipher() 665 pmac->u[1] = BSWAP4(pmac->u[1]); in aesni_cbc_hmac_sha1_cipher() 666 pmac->u[2] = BSWAP4(pmac->u[2]); in aesni_cbc_hmac_sha1_cipher() 667 pmac->u[3] = BSWAP4(pmac->u[3]); in aesni_cbc_hmac_sha1_cipher() [all …]
|
/openssl/crypto/des/asm/ |
H A D | crypt586.pl | 88 &mov( $u, &wparam(2)); # 2 94 &and( $u, $t); # 2 97 &mov( $tmp1, $u); 101 &xor( $u, $tmp1); # 2 104 &xor( $u, $tmp1); 106 &xor( $u, $R); 114 &movb( &LB($tmp1), &LB($u) ); 115 &movb( &LB($tmp2), &HB($u) ); 122 &shr( $u, 16); 124 &movb( &LB($tmp1), &HB($u) ); [all …]
|
/openssl/include/openssl/ |
H A D | pem.h | 376 pem_password_cb *callback, void *u); 387 void *u); 392 void *u); 394 pem_password_cb *cb, void *u); 398 pem_password_cb *cb, void *u); 417 pem_password_cb *cb, void *u); 421 pem_password_cb *callback, void *u); 500 void *u); 514 void *u); 535 pem_password_cb *cb, void *u); [all …]
|
/openssl/crypto/aes/asm/ |
H A D | aes-ia64.S | 383 extr.u r17=r16,8,8 // s0 386 extr.u r18=r16,16,8 389 extr.u r21=r20,8,8 392 extr.u r25=r24,8,8 // s2 393 shr.u r27=r24,twenty4 };; 395 extr.u r26=r24,16,8 398 extr.u r29=r28,8,8 763 extr.u r18=r16,16,8 766 extr.u r21=r20,8,8 772 extr.u r26=r24,16,8 [all …]
|
/openssl/crypto/aria/ |
H A D | aria.c | 688 reg0 = rk_head->u[0]; in ossl_aria_set_decrypt_key() 689 reg1 = rk_head->u[1]; in ossl_aria_set_decrypt_key() 690 reg2 = rk_head->u[2]; in ossl_aria_set_decrypt_key() 691 reg3 = rk_head->u[3]; in ossl_aria_set_decrypt_key() 695 rk_tail->u[0] = reg0; in ossl_aria_set_decrypt_key() 696 rk_tail->u[1] = reg1; in ossl_aria_set_decrypt_key() 697 rk_tail->u[2] = reg2; in ossl_aria_set_decrypt_key() 698 rk_tail->u[3] = reg3; in ossl_aria_set_decrypt_key() 746 rk_tail->u[0] = reg0; in ossl_aria_set_decrypt_key() 747 rk_tail->u[1] = reg1; in ossl_aria_set_decrypt_key() [all …]
|
/openssl/doc/man3/ |
H A D | PEM_read_bio_PrivateKey.pod | 53 pem_password_cb *cb, void *u); 61 pem_password_cb *cb, void *u); 68 pem_password_cb *cb, void *u, 72 pem_password_cb *cb, void *u); 92 pem_password_cb *cb, void *u, 95 pem_password_cb *cb, void *u); 164 pem_password_cb *cb, void *u); 171 pem_password_cb *cb, void *u); 189 pem_password_cb *cb, void *u); 361 int cb(char *buf, int size, int rwflag, void *u); [all …]
|
/openssl/crypto/poly1305/ |
H A D | poly1305_ieee754.c | 58 typedef union { double d; u64 u; } elem64; member 122 st->h[0].u = EXP(52+0); in poly1305_init() 123 st->h[1].u = EXP(52+32); in poly1305_init() 124 st->h[2].u = EXP(52+64); in poly1305_init() 125 st->h[3].u = EXP(52+96); in poly1305_init() 295 in0.u = EXP(52+0) | U8TOU32(&inp[0]); in poly1305_blocks() 296 in1.u = EXP(52+32) | U8TOU32(&inp[4]); in poly1305_blocks() 297 in2.u = EXP(52+64) | U8TOU32(&inp[8]); in poly1305_blocks() 441 h0 = st->h[0].u & 0x000fffffffffffffULL; in poly1305_emit() 442 h1 = st->h[1].u & 0x000fffffffffffffULL; in poly1305_emit() [all …]
|
/openssl/crypto/bn/ |
H A D | bn_gf2m.c | 578 if (BN_is_zero(u)) in BN_GF2m_mod_inv_vartime() 591 if (!BN_rshift1(u, u)) in BN_GF2m_mod_inv_vartime() 605 tmp = u; in BN_GF2m_mod_inv_vartime() 606 u = v; in BN_GF2m_mod_inv_vartime() 613 if (!BN_GF2m_add(u, u, v)) in BN_GF2m_mod_inv_vartime() 628 udp = u->d; in BN_GF2m_mod_inv_vartime() 631 u->top = top; in BN_GF2m_mod_inv_vartime() 867 BIGNUM *u; in BN_GF2m_mod_exp_arr() local 887 if (!BN_GF2m_mod_sqr_arr(u, u, p, ctx)) in BN_GF2m_mod_exp_arr() 890 if (!BN_GF2m_mod_mul_arr(u, u, a, p, ctx)) in BN_GF2m_mod_exp_arr() [all …]
|