Searched defs:crypto_cipher (Results 1 – 8 of 8) 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
403 struct crypto_cipher { struct404 enum crypto_cipher_alg alg; argument411 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg, in crypto_cipher_init() argument
288 struct crypto_cipher { struct301 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg, in crypto_cipher_init() argument
396 struct crypto_cipher { struct402 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg, in crypto_cipher_init() argument
853 struct crypto_cipher { struct858 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg, in crypto_cipher_init() argument
766 struct crypto_cipher { struct767 enum crypto_cipher_alg alg; argument772 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg, in crypto_cipher_init() argument
848 struct crypto_cipher { struct854 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg, in crypto_cipher_init() argument
557 crypto_cipher(const struct crypto_session_params *csp) in crypto_cipher() function