Searched defs:zero (Results 1 – 12 of 12) sorted by relevance
/openssl/providers/implementations/ciphers/ |
H A D | cipher_chacha20_poly1305_hw.c | 112 static const unsigned char zero[4 * CHACHA_BLK_SIZE] = { 0 }; variable 114 static const unsigned char zero[2 * CHACHA_BLK_SIZE] = { 0 }; variable 264 static const unsigned char zero[CHACHA_BLK_SIZE] = { 0 }; variable
|
/openssl/crypto/evp/ |
H A D | e_chacha20_poly1305.c | 209 static const unsigned char zero[4 * CHACHA_BLK_SIZE] = { 0 }; variable 211 static const unsigned char zero[2 * CHACHA_BLK_SIZE] = { 0 }; variable 361 static const unsigned char zero[CHACHA_BLK_SIZE] = { 0 }; variable
|
/openssl/crypto/ |
H A D | sparccpuid.S | 138 .zero: .long 0x0,0x0 label
|
/openssl/crypto/bn/ |
H A D | bn_sqr.c | 159 int zero, c1; in bn_sqr_recursive() local
|
H A D | bn_mul.c | 180 unsigned int neg, zero; in bn_mul_recursive() local
|
/openssl/crypto/bn/asm/ |
H A D | s390x.S | 13 #define zero %r0 macro
|
/openssl/test/ |
H A D | bntest.c | 1326 BIGNUM *a = NULL, *lshift1 = NULL, *zero = NULL, *ret = NULL; in file_lshift1() local 1433 BIGNUM *a = NULL, *square = NULL, *zero = NULL, *ret = NULL; in file_square() local 1494 BIGNUM *remainder = NULL, *zero = NULL; in file_product() local 2475 BIGNUM *a = NULL, *b = NULL, *zero = NULL; in test_badmod() local 2541 BIGNUM *a = NULL, *r = NULL, *zero = NULL; in test_expmodzero() local
|
/openssl/crypto/modes/ |
H A D | siv128.c | 167 static const unsigned char zero[SIV_LEN] = { 0 }; in ossl_siv128_init() local
|
/openssl/providers/implementations/kdfs/ |
H A D | kbkdf.c | 216 const unsigned char zero = 0; in derive() local
|
/openssl/crypto/ec/ |
H A D | ecp_nistp224.c | 681 limb zero, two224m96p1, two225m97p2; in felem_is_zero() local
|
H A D | ecp_nistp384.c | 830 limb zero, p384; in felem_is_zero() local
|
H A D | curve25519.c | 1549 static const uint8_t zero[32] = {0}; in fe_isnonzero() local
|
Completed in 69 milliseconds