Searched refs:BLOCK (Results 1 – 2 of 2) sorted by relevance
/openssl/providers/implementations/kdfs/ |
H A D | argon2.c | 136 } BLOCK; typedef 175 BLOCK *memory; 232 static void copy_block(BLOCK *dst, const BLOCK *src); 233 static void xor_block(BLOCK *dst, const BLOCK *src); 237 static void fill_block(const BLOCK *prev, const BLOCK *ref, BLOCK *next, 240 static void next_addresses(BLOCK *address_block, BLOCK *input_block, 318 static void copy_block(BLOCK *dst, const BLOCK *src) in copy_block() 323 static void xor_block(BLOCK *dst, const BLOCK *src) in xor_block() 372 static void fill_block(const BLOCK *prev, const BLOCK *ref, in fill_block() 395 static void next_addresses(BLOCK *address_block, BLOCK *input_block, in next_addresses() [all …]
|
/openssl/test/recipes/30-test_evp_data/ |
H A D | evpciph_aes_common.txt | 949 # https://csrc.nist.gov/Projects/Cryptographic-Algorithm-Validation-Program/CAVP-TESTING-BLOCK-CIPH…
|
Completed in 17 milliseconds