register

Function register 

Source
pub fn register(
    name: &'static str,
    open: crypt_token_open_func,
    buffer_free: crypt_token_buffer_free_func,
    validate: crypt_token_validate_func,
    dump: crypt_token_dump_func,
) -> Result<(), LibcryptErr>
Expand description

Register token handler