Searched defs:crypto_cipher (Results 1 – 1 of 1) sorted by relevance
17 struct crypto_cipher { struct18 enum crypto_cipher_alg alg; argument19 union {43 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg, in crypto_cipher_init() argument