Lines Matching refs:reset
47 rsa_encrypt_op_factory_.reset( in TKeymasterPassthroughEngine()
49 rsa_decrypt_op_factory_.reset( in TKeymasterPassthroughEngine()
51 rsa_sign_op_factory_.reset(new opfactory_t(KM_ALGORITHM_RSA, KM_PURPOSE_SIGN, km_device_)); in TKeymasterPassthroughEngine()
52 rsa_verify_op_factory_.reset( in TKeymasterPassthroughEngine()
54 ec_encrypt_op_factory_.reset( in TKeymasterPassthroughEngine()
56 ec_decrypt_op_factory_.reset( in TKeymasterPassthroughEngine()
58 ec_sign_op_factory_.reset(new opfactory_t(KM_ALGORITHM_EC, KM_PURPOSE_SIGN, km_device_)); in TKeymasterPassthroughEngine()
59 ec_verify_op_factory_.reset( in TKeymasterPassthroughEngine()
61 ec_derive_op_factory_.reset( in TKeymasterPassthroughEngine()
63 aes_encrypt_op_factory_.reset( in TKeymasterPassthroughEngine()
65 aes_decrypt_op_factory_.reset( in TKeymasterPassthroughEngine()
67 triple_des_encrypt_op_factory_.reset( in TKeymasterPassthroughEngine()
69 triple_des_decrypt_op_factory_.reset( in TKeymasterPassthroughEngine()
71 hmac_sign_op_factory_.reset( in TKeymasterPassthroughEngine()
73 hmac_verify_op_factory_.reset( in TKeymasterPassthroughEngine()