Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/openssl/include/openssl/
H A Dseed.h102 # define SEED_BLOCK_SIZE 16 macro
125 void SEED_encrypt(const unsigned char s[SEED_BLOCK_SIZE],
126 unsigned char d[SEED_BLOCK_SIZE],
128 void SEED_decrypt(const unsigned char s[SEED_BLOCK_SIZE],
129 unsigned char d[SEED_BLOCK_SIZE],
136 unsigned char ivec[SEED_BLOCK_SIZE], int enc);
139 unsigned char ivec[SEED_BLOCK_SIZE], int *num,
143 unsigned char ivec[SEED_BLOCK_SIZE], int *num);
/OK3568_Linux_fs/kernel/crypto/
H A Dseed.c20 #define SEED_BLOCK_SIZE 16 macro
444 .cra_blocksize = SEED_BLOCK_SIZE,