Lines Matching full:backend
2 * External backend for file-backed passwords
17 * Data structure for the file-backed password backend.
25 * ext_password_file_init - Initialize file-backed password backend
27 * Returns: Pointer to the initialized backend.
29 * This function initializes a new file-backed password backend. The user is
30 * expected to initialize this backend with the parameters being the path of
57 * ext_password_file_deinit - Deinitialize file-backed password backend
58 * @ctx: The file-backed password backend
61 * backend.
72 * ext_password_file_get - Retrieve password from the file-backed password backend
73 * @ctx: The file-backed password backend