Searched defs:drvcrypt_cipher_init (Results 1 – 1 of 1) sorted by relevance
25 struct drvcrypt_cipher_init { struct26 void *ctx; /* Software context */27 bool encrypt; /* Encrypt or decrypt direction */28 struct drvcrypt_buf key1; /* First key */29 struct drvcrypt_buf key2; /* Second key */53 TEE_Result (*init)(struct drvcrypt_cipher_init *dinit); argument
Completed in 3 milliseconds