Home
last modified time | relevance | path

Searched refs:zeroes (Results 1 – 5 of 5) sorted by relevance

/optee_os/core/lib/libtomcrypt/src/encauth/gcm/
H A Dgcm_mult_h_arm_ce.c20 const uint8_t zeroes[TEE_AES_BLOCK_SIZE] = { 0 }; in gcm_mult_h() local
39 pmull_ghash_update_p64(1, dg, zeroes, k, NULL); in gcm_mult_h()
41 pmull_ghash_update_p8(1, dg, zeroes, k, NULL); in gcm_mult_h()
/optee_os/lib/libmbedtls/mbedtls/library/
H A Dchachapoly.c37 unsigned char zeroes[15]; in chachapoly_pad_aad() local
43 memset(zeroes, 0, sizeof(zeroes)); in chachapoly_pad_aad()
46 zeroes, in chachapoly_pad_aad()
58 unsigned char zeroes[15]; in chachapoly_pad_ciphertext() local
64 memset(zeroes, 0, sizeof(zeroes)); in chachapoly_pad_ciphertext()
66 zeroes, in chachapoly_pad_ciphertext()
/optee_os/lib/libmbedtls/core/
H A Daes_ctr.c125 const unsigned char zeroes[16] = { 0 }; in next_ctr() local
127 crypto_accel_aes_ctr_be_enc(stream_block, zeroes, ctx->key, in next_ctr()
/optee_os/lib/libutils/isoc/
H A Dbget.doc182 Allocate a buffer of <size> bytes and clear it to all zeroes. The
/optee_os/lib/libmbedtls/mbedtls/
H A DChangeLog3285 correctly as trailing zeroes were not accounted for as unused bits in the