Home
last modified time | relevance | path

Searched defs:hi (Results 1 – 12 of 12) sorted by relevance

/openssl/crypto/modes/
H A Dxts128gb.c73 u64 hi, lo; in ossl_crypto_xts128gb_encrypt() local
131 u64 hi, lo; in ossl_crypto_xts128gb_encrypt() local
/openssl/crypto/bn/
H A Dbn_dh.c17 # define BN_DEF(lo, hi) (BN_ULONG)hi << 32 | lo argument
19 # define BN_DEF(lo, hi) lo, hi argument
H A Dbn_rsa_fips186_4.c32 # define BN_DEF(lo, hi) (BN_ULONG)hi<<32|lo argument
34 # define BN_DEF(lo, hi) lo, hi argument
H A Dbn_prime.c33 # define BN_DEF(lo, hi) (BN_ULONG)hi<<32|lo argument
35 # define BN_DEF(lo, hi) lo, hi argument
/openssl/crypto/camellia/asm/
H A Dcmll-x86_64.pl55 sub hi() { my $r=shift; $r =~ s/%[er]([a-d])x/%\1h/; $r; } subroutine
/openssl/crypto/sha/
H A Dkeccak1600.c63 uint32_t hi = (uint32_t)(val >> 32), lo = (uint32_t)val; in ROL64() local
990 uint32_t hi = (uint32_t)(Ai >> 32), lo = (uint32_t)Ai; in BitInterleave() local
1026 uint32_t hi = (uint32_t)(Ai >> 32), lo = (uint32_t)Ai; in BitDeinterleave() local
/openssl/crypto/aes/asm/
H A Daes-x86_64.pl74 sub hi() { my $r=shift; $r =~ s/%[er]([a-d])x/%\1h/; $r; } subroutine
/openssl/crypto/pkcs12/
H A Dp12_utl.c126 unsigned int hi, lo; in OPENSSL_utf82uni() local
/openssl/test/
H A Dtls13encryptiontest.c224 int hi, lo; in multihexstr2buf() local
H A Dquic_txp_test.c280 #define OP_EXPECT_DGRAM_LEN(lo, hi) \ argument
/openssl/crypto/ec/
H A Decp_nistz256.c35 # define TOBN(hi,lo) lo,hi argument
37 # define TOBN(hi,lo) ((BN_ULONG)hi<<32|lo) argument
/openssl/include/crypto/
H A Dmodes.h107 u64 hi, lo; member

Completed in 36 milliseconds