Searched refs:ltc_cipher_descriptor (Results 1 – 24 of 24) sorted by relevance
318 extern struct ltc_cipher_descriptor { struct542 extern const struct ltc_cipher_descriptor blowfish_desc; argument552 extern const struct ltc_cipher_descriptor rc5_desc;562 extern const struct ltc_cipher_descriptor rc6_desc;572 extern const struct ltc_cipher_descriptor rc2_desc;582 extern const struct ltc_cipher_descriptor saferp_desc;598 extern const struct ltc_cipher_descriptor safer_k64_desc, safer_k128_desc, safer_sk64_desc, safer_s…625 extern const struct ltc_cipher_descriptor rijndael_desc, aes_desc;626 extern const struct ltc_cipher_descriptor rijndael_enc_desc, aes_enc_desc;636 extern const struct ltc_cipher_descriptor xtea_desc;[all …]
23 int unregister_cipher(const struct ltc_cipher_descriptor *cipher) in unregister_cipher()32 if (XMEMCMP(&cipher_descriptor[x], cipher, sizeof(struct ltc_cipher_descriptor)) == 0) { in unregister_cipher()
23 int register_cipher(const struct ltc_cipher_descriptor *cipher) in register_cipher()41 XMEMCPY(&cipher_descriptor[x], cipher, sizeof(struct ltc_cipher_descriptor)); in register_cipher()
18 struct ltc_cipher_descriptor cipher_descriptor[TAB_SIZE] = {
54 const struct ltc_cipher_descriptor *cipherdesc;
152 const struct ltc_cipher_descriptor *regciphers[] = { in crypto_init()
47 const struct ltc_cipher_descriptor rijndael_desc =57 const struct ltc_cipher_descriptor aes_desc =73 const struct ltc_cipher_descriptor rijndael_enc_desc =82 const struct ltc_cipher_descriptor aes_enc_desc =
22 const struct ltc_cipher_descriptor kseed_desc = {
20 const struct ltc_cipher_descriptor xtea_desc =
26 const struct ltc_cipher_descriptor kasumi_desc = {
20 const struct ltc_cipher_descriptor skipjack_desc =
19 const struct ltc_cipher_descriptor blowfish_desc =
21 const struct ltc_cipher_descriptor rc5_desc =
30 const struct ltc_cipher_descriptor rc2_desc = {
19 const struct ltc_cipher_descriptor noekeon_desc =
20 const struct ltc_cipher_descriptor rc6_desc =
22 const struct ltc_cipher_descriptor anubis_desc = {
20 const struct ltc_cipher_descriptor cast5_desc = {
24 const struct ltc_cipher_descriptor des_desc =39 const struct ltc_cipher_descriptor des3_desc =
21 const struct ltc_cipher_descriptor khazad_desc = {
35 const struct ltc_cipher_descriptor
20 const struct ltc_cipher_descriptor saferp_desc =
27 const struct ltc_cipher_descriptor twofish_desc =
5365 struct ltc_cipher_descriptor {