Home
last modified time | relevance | path

Searched refs:store_block (Results 1 – 2 of 2) sorted by relevance

/openssl/crypto/aes/
H A Daes_ige.c39 # define store_block(d, s) *(aes_block_t *)(d) = (s) macro
42 # define store_block(d, s) memcpy((d), (s).data, AES_BLOCK_SIZE) macro
104 store_block(out, tmp2); in AES_ige_encrypt()
158 store_block(out, tmp); in AES_ige_encrypt()
/openssl/providers/implementations/kdfs/
H A Dargon2.c235 static void store_block(void *output, const BLOCK *src);
339 static void store_block(void *output, const BLOCK *src) in store_block() function
776 store_block(blockhash_bytes, &blockhash); in finalize()

Completed in 9 milliseconds