Searched refs:plain_text (Results 1 – 4 of 4) sorted by relevance
62 let plain_text = perform_sample_sym_key_decrypt_op( in create_3des_key_and_operation() localVariable72 assert!(plain_text.is_some()); in create_3des_key_and_operation()73 assert_eq!(plain_text.unwrap(), SAMPLE_PLAIN_TEXT.to_vec()); in create_3des_key_and_operation()
65 let plain_text = perform_sample_sym_key_decrypt_op( in create_aes_key_and_operation() localVariable75 assert!(plain_text.is_some()); in create_aes_key_and_operation()76 assert_eq!(plain_text.unwrap(), SAMPLE_PLAIN_TEXT.to_vec()); in create_aes_key_and_operation()
80 let plain_text = perform_sample_sym_key_decrypt_op( in perform_sym_key_encrypt_decrypt_op() localVariable91 assert!(plain_text.is_some()); in perform_sym_key_encrypt_decrypt_op()92 assert_eq!(plain_text.unwrap(), SAMPLE_PLAIN_TEXT.to_vec()); in perform_sym_key_encrypt_decrypt_op()
381 let plain_text = perform_sample_sym_key_decrypt_op( in keystore2_gen_key_auth_usage_future_expire_datetime_decrypt_op_success() localVariable391 assert!(plain_text.is_some()); in keystore2_gen_key_auth_usage_future_expire_datetime_decrypt_op_success()392 assert_eq!(plain_text.unwrap(), SAMPLE_PLAIN_TEXT.to_vec()); in keystore2_gen_key_auth_usage_future_expire_datetime_decrypt_op_success()