Searched refs:scratch (Results 1 – 2 of 2) sorted by relevance
/busybox-1.35.0/networking/ |
D | tls.c | 831 uint8_t scratch[AES_BLOCK_SIZE] ALIGNED_long; //[16] in xwrite_encrypted_aesgcm() local 867 aes_encrypt_one_block(&tls->aes_encrypt, nonce, scratch); in xwrite_encrypted_aesgcm() 869 xorbuf(buf, scratch, n); in xwrite_encrypted_aesgcm() 876 aes_encrypt_one_block(&tls->aes_encrypt, nonce, scratch); in xwrite_encrypted_aesgcm() 877 xorbuf_aligned_AES_BLOCK_SIZE(authtag, scratch); in xwrite_encrypted_aesgcm() 967 uint8_t scratch[AES_BLOCK_SIZE] ALIGNED_long; //[16] in tls_aesgcm_decrypt() local 990 aes_encrypt_one_block(&tls->aes_decrypt, nonce, scratch); in tls_aesgcm_decrypt() 992 xorbuf3(buf, scratch, buf + 8, n); in tls_aesgcm_decrypt()
|
/busybox-1.35.0/ |
D | AUTHORS | 88 bunzip2 (complete from-scratch rewrite, then mjn3 optimized the result) 89 sort (more or less from scratch rewrite in 2004, I now maintain it)
|