Searched defs:crypto_cipher (Results 1 – 1 of 1) sorted by relevance
16 struct crypto_cipher { struct17 struct crypto_cipher_ctx cipher_ctx; /* Crypto cipher API context */ argument18 void *ctx; /* Cipher context */19 struct drvcrypt_cipher *op; /* Reference to the operation */
Completed in 2 milliseconds