Searched defs:hi (Results 1 – 12 of 12) sorted by relevance
/openssl/crypto/modes/ |
H A D | xts128gb.c | 73 u64 hi, lo; in ossl_crypto_xts128gb_encrypt() local 131 u64 hi, lo; in ossl_crypto_xts128gb_encrypt() local
|
/openssl/crypto/bn/ |
H A D | bn_dh.c | 17 # define BN_DEF(lo, hi) (BN_ULONG)hi << 32 | lo argument 19 # define BN_DEF(lo, hi) lo, hi argument
|
H A D | bn_rsa_fips186_4.c | 32 # define BN_DEF(lo, hi) (BN_ULONG)hi<<32|lo argument 34 # define BN_DEF(lo, hi) lo, hi argument
|
H A D | bn_prime.c | 33 # 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 D | cmll-x86_64.pl | 55 sub hi() { my $r=shift; $r =~ s/%[er]([a-d])x/%\1h/; $r; } subroutine
|
/openssl/crypto/sha/ |
H A D | keccak1600.c | 63 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 D | aes-x86_64.pl | 74 sub hi() { my $r=shift; $r =~ s/%[er]([a-d])x/%\1h/; $r; } subroutine
|
/openssl/crypto/pkcs12/ |
H A D | p12_utl.c | 126 unsigned int hi, lo; in OPENSSL_utf82uni() local
|
/openssl/test/ |
H A D | tls13encryptiontest.c | 224 int hi, lo; in multihexstr2buf() local
|
H A D | quic_txp_test.c | 280 #define OP_EXPECT_DGRAM_LEN(lo, hi) \ argument
|
/openssl/crypto/ec/ |
H A D | ecp_nistz256.c | 35 # define TOBN(hi,lo) lo,hi argument 37 # define TOBN(hi,lo) ((BN_ULONG)hi<<32|lo) argument
|
/openssl/include/crypto/ |
H A D | modes.h | 107 u64 hi, lo; member
|
Completed in 38 milliseconds