Searched refs:cia (Results 1 – 1 of 1) sorted by relevance
23 struct cipher_alg *cia = crypto_cipher_alg(tfm); in setkey_unaligned() local36 ret = cia->cia_setkey(crypto_cipher_tfm(tfm), alignbuffer, keylen); in setkey_unaligned()45 struct cipher_alg *cia = crypto_cipher_alg(tfm); in crypto_cipher_setkey() local48 if (keylen < cia->cia_min_keysize || keylen > cia->cia_max_keysize) in crypto_cipher_setkey()54 return cia->cia_setkey(crypto_cipher_tfm(tfm), key, keylen); in crypto_cipher_setkey()62 struct cipher_alg *cia = crypto_cipher_alg(tfm); in cipher_crypt_one() local64 enc ? cia->cia_encrypt : cia->cia_decrypt; in cipher_crypt_one()
Completed in 3 milliseconds