Home
last modified time | relevance | path

Searched refs:LONG (Results 1 – 13 of 13) sorted by relevance

/openssl/crypto/
H A Dthreads_win.c368 InterlockedExchange((LONG volatile *)&lock->reader_idx, tmp); in update_qp()
549 LONG volatile *lock = (LONG *)once; in CRYPTO_THREAD_run_once()
550 LONG result; in CRYPTO_THREAD_run_once()
628 *ret = (int)InterlockedExchangeAdd((LONG volatile *)val, (LONG)amount) in CRYPTO_atomic_add()
734 *ret = (int)InterlockedOr((LONG volatile *)val, 0); in CRYPTO_atomic_load_int()
/openssl/crypto/asn1/
H A Dx_long.c41 ASN1_ITEM_start(LONG) in ASN1_ITEM_start() argument
43 ASN1_ITEM_end(LONG) in ASN1_ITEM_start()
H A Dasn1_item_list.h85 ASN1_ITEM_ref(LONG),
/openssl/crypto/poly1305/asm/
H A Dpoly1305-s390x.pl969 LONG (0x04050607,0x14151617,0x0c0d0e0f,0x1c1d1e1f); # merge odd
970 LONG (0x07060504,0x03020100,0x17161514,0x13121110); # byte swap masks
971 LONG (0x0f0e0d0c,0x0b0a0908,0x1f1e1d1c,0x1b1a1918);
972 LONG (0x00000000,0x09080706,0x00000000,0x19181716);
974 LONG (0x00000000,0x00000000,0x00000000,0x0c0d0e0f); # magic tail masks
975 LONG (0x0c0d0e0f,0x00000000,0x00000000,0x00000000);
976 LONG (0x00000000,0x00000000,0x0c0d0e0f,0x00000000);
978 LONG (0xffffffff,0x00000000,0xffffffff,0xffffffff);
979 LONG (0xffffffff,0x00000000,0xffffffff,0x00000000);
980 LONG (0x00000000,0x00000000,0xffffffff,0x00000000);
/openssl/crypto/chacha/asm/
H A Dchacha-s390x.pl1041 LONG (0x61707865,0x3320646e,0x79622d32,0x6b206574); # endian-neutral sigma
1042 LONG (1,0,0,0);
1043 LONG (2,0,0,0);
1044 LONG (3,0,0,0);
1045 LONG (0x03020100,0x07060504,0x0b0a0908,0x0f0e0d0c); # byte swap
1047 LONG (0,1,2,3);
1048 LONG (0x61707865,0x61707865,0x61707865,0x61707865); # smashed sigma
1049 LONG (0x3320646e,0x3320646e,0x3320646e,0x3320646e);
1050 LONG (0x79622d32,0x79622d32,0x79622d32,0x79622d32);
1051 LONG (0x6b206574,0x6b206574,0x6b206574,0x6b206574);
/openssl/test/
H A Dasn1_decode_test.c41 ASN1_EMBED(ASN1_LONG_DATA, test_long, LONG),
H A Dasn1_encode_test.c194 ASN1_SIMPLE(ASN1_LONG_DATA, test_long, LONG),
/openssl/crypto/thread/arch/
H A Dthread_win.c450 ReleaseSemaphore(cv->prewait_sema, (LONG)cv->num_prewait, NULL); in ossl_crypto_condvar_wait_timeout()
/openssl/fuzz/
H A Dasn1.c115 ASN1_ITEM_ref(LONG),
/openssl/include/openssl/
H A Dasn1t.h.in890 * LONG and ZLONG are strongly discouraged for use as stored data, as the
894 DECLARE_ASN1_ITEM(LONG)
H A Dcrypto.h.in500 typedef LONG CRYPTO_ONCE;
H A Dasn1.h.in187 /* Used with ASN1 LONG type: if a long is set to this it is omitted */
/openssl/
H A DCHANGES.md4366 with Z. These are meant to replace LONG and ZLONG and to be size safe.
4367 The use of LONG and ZLONG is discouraged and scheduled for deprecation

Completed in 82 milliseconds