Lines Matching refs:src
342 const void *src, size_t src_len, in ta_crypt_cmd_cipher_update() argument
352 op.params[1].tmpref.buffer = (void *)src; in ta_crypt_cmd_cipher_update()
378 const void *src, in ta_crypt_cmd_cipher_do_final() argument
390 op.params[1].tmpref.buffer = (void *)src; in ta_crypt_cmd_cipher_do_final()
506 const void *src, in ta_crypt_cmd_ae_update() argument
518 op.params[1].tmpref.buffer = (void *)src; in ta_crypt_cmd_ae_update()
544 const void *src, in ta_crypt_cmd_ae_encrypt_final() argument
556 op.params[1].tmpref.buffer = (void *)src; in ta_crypt_cmd_ae_encrypt_final()
589 const void *src, size_t src_len, in ta_crypt_cmd_ae_decrypt_final() argument
600 op.params[1].tmpref.buffer = (void *)src; in ta_crypt_cmd_ae_decrypt_final()
634 const void *src, in ta_crypt_cmd_asymmetric_operate() argument
655 op.params[2].tmpref.buffer = (void *)src; in ta_crypt_cmd_asymmetric_operate()
685 const void *src, in ta_crypt_cmd_asymmetric_encrypt() argument
693 src, src_len, dst, dst_len); in ta_crypt_cmd_asymmetric_encrypt()
701 const void *src, in ta_crypt_cmd_asymmetric_decrypt() argument
709 src, src_len, dst, dst_len); in ta_crypt_cmd_asymmetric_decrypt()