Home
last modified time | relevance | path

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

/openssl/providers/implementations/ciphers/
H A Dcipher_chacha20_poly1305_hw.c112 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 De_chacha20_poly1305.c209 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 Dsparccpuid.S138 .zero: .long 0x0,0x0 label
/openssl/crypto/bn/
H A Dbn_sqr.c159 int zero, c1; in bn_sqr_recursive() local
H A Dbn_mul.c180 unsigned int neg, zero; in bn_mul_recursive() local
/openssl/crypto/bn/asm/
H A Ds390x.S13 #define zero %r0 macro
/openssl/test/
H A Dbntest.c1326 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 Dsiv128.c167 static const unsigned char zero[SIV_LEN] = { 0 }; in ossl_siv128_init() local
/openssl/providers/implementations/kdfs/
H A Dkbkdf.c216 const unsigned char zero = 0; in derive() local
/openssl/crypto/ec/
H A Decp_nistp224.c681 limb zero, two224m96p1, two225m97p2; in felem_is_zero() local
H A Decp_nistp384.c830 limb zero, p384; in felem_is_zero() local
H A Dcurve25519.c1549 static const uint8_t zero[32] = {0}; in fe_isnonzero() local

Completed in 69 milliseconds