Lines Matching refs:cipher
63 sym_op->cipher.data.offset = sym_op->auth.data.offset + in cperf_set_ops_security()
65 sym_op->cipher.data.length = buf_sz - in cperf_set_ops_security()
66 sym_op->cipher.data.offset; in cperf_set_ops_security()
109 sym_op->cipher.data.length = in cperf_set_ops_null_cipher()
113 sym_op->cipher.data.length = options->test_buffer_size; in cperf_set_ops_null_cipher()
114 sym_op->cipher.data.offset = 0; in cperf_set_ops_null_cipher()
187 sym_op->cipher.data.length = in cperf_set_ops_cipher()
191 sym_op->cipher.data.length = options->test_buffer_size; in cperf_set_ops_cipher()
196 sym_op->cipher.data.length <<= 3; in cperf_set_ops_cipher()
198 sym_op->cipher.data.offset = 0; in cperf_set_ops_cipher()
343 sym_op->cipher.data.length = in cperf_set_ops_cipher_auth()
347 sym_op->cipher.data.length = options->test_buffer_size; in cperf_set_ops_cipher_auth()
352 sym_op->cipher.data.length <<= 3; in cperf_set_ops_cipher_auth()
354 sym_op->cipher.data.offset = 0; in cperf_set_ops_cipher_auth()
562 cipher_xform.cipher.algo = options->cipher_algo; in cperf_create_session()
563 cipher_xform.cipher.op = options->cipher_op; in cperf_create_session()
564 cipher_xform.cipher.iv.offset = iv_offset; in cperf_create_session()
565 cipher_xform.cipher.iv.length = 4; in cperf_create_session()
569 cipher_xform.cipher.key.data = test_vector->cipher_key.data; in cperf_create_session()
570 cipher_xform.cipher.key.length = test_vector->cipher_key.length; in cperf_create_session()
572 cipher_xform.cipher.key.data = NULL; in cperf_create_session()
573 cipher_xform.cipher.key.length = 0; in cperf_create_session()
583 cipher_xform.cipher.iv.length; in cperf_create_session()
631 cipher_xform.cipher.algo = options->cipher_algo; in cperf_create_session()
632 cipher_xform.cipher.op = options->cipher_op; in cperf_create_session()
633 cipher_xform.cipher.iv.offset = iv_offset; in cperf_create_session()
635 cipher_xform.cipher.key.data = in cperf_create_session()
637 cipher_xform.cipher.key.length = in cperf_create_session()
639 cipher_xform.cipher.iv.length = in cperf_create_session()
642 cipher_xform.cipher.key.data = NULL; in cperf_create_session()
643 cipher_xform.cipher.key.length = 0; in cperf_create_session()
644 cipher_xform.cipher.iv.length = 0; in cperf_create_session()
677 cipher_xform.cipher.algo = options->cipher_algo; in cperf_create_session()
678 cipher_xform.cipher.op = options->cipher_op; in cperf_create_session()
679 cipher_xform.cipher.iv.offset = iv_offset; in cperf_create_session()
683 cipher_xform.cipher.key.data = in cperf_create_session()
685 cipher_xform.cipher.key.length = in cperf_create_session()
687 cipher_xform.cipher.iv.length = in cperf_create_session()
690 cipher_xform.cipher.key.data = NULL; in cperf_create_session()
691 cipher_xform.cipher.key.length = 0; in cperf_create_session()
692 cipher_xform.cipher.iv.length = 0; in cperf_create_session()
735 cipher_xform.cipher.algo = options->cipher_algo; in cperf_create_session()
736 cipher_xform.cipher.op = options->cipher_op; in cperf_create_session()
737 cipher_xform.cipher.iv.offset = iv_offset; in cperf_create_session()
741 cipher_xform.cipher.key.data = in cperf_create_session()
743 cipher_xform.cipher.key.length = in cperf_create_session()
745 cipher_xform.cipher.iv.length = in cperf_create_session()
748 cipher_xform.cipher.key.data = NULL; in cperf_create_session()
749 cipher_xform.cipher.key.length = 0; in cperf_create_session()
750 cipher_xform.cipher.iv.length = 0; in cperf_create_session()
761 cipher_xform.cipher.iv.length; in cperf_create_session()