Home
last modified time | relevance | path

Searched refs:a (Results 1626 – 1650 of 1851) sorted by relevance

1...<<61626364656667686970>>...75

/openssl/doc/man3/
H A DSSL_want.pod73 The operation did not complete because a certificate verification callback
120 this file except in compliance with the License. You can obtain a copy
H A DOSSL_CMP_HDR_get0_transactionID.pod51 this file except in compliance with the License. You can obtain a copy
H A DSSL_get_psk_identity.pod41 this file except in compliance with the License. You can obtain a copy
H A DSSL_get0_group_name.pod39 this file except in compliance with the License. You can obtain a copy
/openssl/crypto/aes/
H A Daes_core.c75 u32 a, b; in XtimeWord() local
77 a = *w; in XtimeWord()
78 b = a & 0x80808080u; in XtimeWord()
79 a ^= b; in XtimeWord()
82 b ^= a << 1; in XtimeWord()
88 u64 a, b; in XtimeLong() local
90 a = *w; in XtimeLong()
91 b = a & U64(0x8080808080808080); in XtimeLong()
92 a ^= b; in XtimeLong()
95 b ^= a << 1; in XtimeLong()
/openssl/crypto/ec/asm/
H A Decp_nistz256-sparcv9.pl540 addcc $t0,@acc[0],@acc[0] ! 2*a+a=3*a
1918 mulx $a1,$a0,$acc1 ! a[1]*a[0]
1920 mulx $a2,$a0,$acc2 ! a[2]*a[0]
1922 mulx $a3,$a0,$acc3 ! a[3]*a[0]
1926 mulx $a2,$a1,$t0 ! a[2]*a[1]
1929 mulx $a3,$a1,$t2 ! a[3]*a[1]
1933 mulx $a3,$a2,$acc5 ! a[3]*a[2]
1938 mulx $a0,$a0,$acc0 ! a[0]*a[0]
1944 mulx $a1,$a1,$t1 ! a[1]*a[1]
1950 mulx $a2,$a2,$t2 ! a[2]*a[2]
[all …]
/openssl/apps/
H A Dclient.pem48 tN1sQ3p5M+/a+cnlqgfEGJVvc7iAcXQPa3LEi5h2yPR49QYXAgG6cifn3dDSpmwn
/openssl/test/recipes/30-test_evp_data/
H A Devpciph_bf.txt5 # this file except in compliance with the License. You can obtain a copy
/openssl/include/internal/
H A Dproperty.h89 OSSL_PROPERTY_LIST *ossl_property_merge(const OSSL_PROPERTY_LIST *a,
/openssl/providers/implementations/ciphers/
H A Dcipher_sm4_hw_rv64i.inc5 * this file except in compliance with the License. You can obtain a copy
H A Dcipher_aes_ccm_hw_rv64i.inc5 * this file except in compliance with the License. You can obtain a copy
/openssl/crypto/ec/
H A Decp_oct.c79 if (!group->meth->field_decode(group, tmp2, group->a, ctx)) in ossl_ec_GFp_simple_set_compressed_coordinates()
85 if (!group->meth->field_mul(group, tmp2, group->a, x, ctx)) in ossl_ec_GFp_simple_set_compressed_coordinates()
/openssl/include/openssl/
H A Ddsa.h68 void DSA_SIG_free(DSA_SIG *a);
179 OSSL_DEPRECATEDIN_3_0 int DSA_generate_key(DSA *a);
H A Dess.h.in7 * this file except in compliance with the License. You can obtain a copy
/openssl/crypto/ct/
H A Dct_sct.c46 void SCT_LIST_free(STACK_OF(SCT) *a) in SCT_LIST_free() argument
48 sk_SCT_pop_free(a, SCT_free); in SCT_LIST_free()
/openssl/VMS/
H A Dopenssl_startup.com.in40 $ ! while "/PROCESS" would be typical for a personal install.
48 $ ! In case there's a problem
/openssl/crypto/bn/
H A Dbn_blind.c25 int (*bn_mod_exp) (BIGNUM *r, const BIGNUM *a, const BIGNUM *p,
235 const BIGNUM *a, in BN_BLINDING_create_param() argument
/openssl/doc/man7/
H A DEVP_PKEY-DSA.pod52 default provider uses a much simpler check (see below) for parameter validation,
139 this file except in compliance with the License. You can obtain a copy
H A DEVP_MD-MDC2.pod46 this file except in compliance with the License. You can obtain a copy
H A DEVP_CIPHER-CAMELLIA.pod47 this file except in compliance with the License. You can obtain a copy
/openssl/test/ssl-tests/
H A D16-dtls-certstatus.cnf.in5 # this file except in compliance with the License. You can obtain a copy
/openssl/providers/common/der/
H A DDSA.asn14 -- this file except in compliance with the License. You can obtain a copy
/openssl/.github/workflows/
H A Dstyle-checks.yml4 # this file except in compliance with the License. You can obtain a copy
/openssl/demos/guide/
H A Dbuild.info2 # To run the demos when linked with a shared library (default) ensure that
/openssl/providers/implementations/kdfs/
H A Dscrypt.c323 #define R(a,b) (((a) << (b)) | ((a) >> (32 - (b)))) argument

Completed in 57 milliseconds

1...<<61626364656667686970>>...75