Home
last modified time | relevance | path

Searched defs:plaintext (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/external/security/rk_tee_user/v2/ta/crypt/
H A Daes_taf.c52 unsigned char *plaintext = params[1].memref.buffer; in ta_entry_aes256ecb_encrypt() local
93 unsigned char *plaintext = params[1].memref.buffer; in ta_entry_aes256ecb_decrypt() local
H A Daes_impl.c691 #define GETU32(plaintext) (((u32)(plaintext)[0] << 24) ^ \ argument
/OK3568_Linux_fs/kernel/crypto/
H A Dfips140-selftests.c71 const u8 *plaintext; member
83 const u8 *plaintext; member
H A Dkhazad.c803 u8 *ciphertext, const u8 *plaintext) in khazad_crypt()
H A Danubis.c573 u8 *ciphertext, const u8 *plaintext, const int R) in anubis_crypt()
H A Dtestmgr.h39 const char *plaintext; member
/OK3568_Linux_fs/kernel/net/bluetooth/
H A Damp.c128 static int hmac_sha256(u8 *key, u8 ksize, char *plaintext, u8 psize, u8 *output) in hmac_sha256()