Searched refs:register_cipher (Results 1 – 6 of 6) sorted by relevance
40 prng->u.yarrow.cipher = register_cipher(&rijndael_enc_desc); in yarrow_start()42 prng->u.yarrow.cipher = register_cipher(&aes_enc_desc); in yarrow_start()44 prng->u.yarrow.cipher = register_cipher(&rijndael_desc); in yarrow_start()46 prng->u.yarrow.cipher = register_cipher(&aes_desc); in yarrow_start()49 prng->u.yarrow.cipher = register_cipher(&blowfish_desc); in yarrow_start()51 prng->u.yarrow.cipher = register_cipher(&twofish_desc); in yarrow_start()53 prng->u.yarrow.cipher = register_cipher(&rc6_desc); in yarrow_start()55 prng->u.yarrow.cipher = register_cipher(&rc5_desc); in yarrow_start()57 prng->u.yarrow.cipher = register_cipher(&saferp_desc); in yarrow_start()59 prng->u.yarrow.cipher = register_cipher(&rc2_desc); in yarrow_start()[all …]
96 register_cipher(&aes_desc); in tee_ltc_reg_algs()99 register_cipher(&des_desc); in tee_ltc_reg_algs()100 register_cipher(&des3_desc); in tee_ltc_reg_algs()
15 int register_cipher(const struct ltc_cipher_descriptor *cipher) in register_cipher() function
23 if (register_cipher(p) == -1) { in crypt_fsa()
13 LTC_ARGCHK(register_cipher(h) != -1); \
1014 int register_cipher(const struct ltc_cipher_descriptor *cipher);