Searched refs:RsaKeymaster1Operation (Results 1 – 2 of 2) sorted by relevance
52 template <typename BaseOperation> class RsaKeymaster1Operation : public BaseOperation {56 RsaKeymaster1Operation(keymaster_digest_t digest, keymaster_padding_t padding, EVP_PKEY* key, in RsaKeymaster1Operation() function
133 return new RsaKeymaster1Operation<RsaSignOperation>(digest, padding, rsa.release(), in CreateOperation()136 return new RsaKeymaster1Operation<RsaDecryptOperation>(digest, padding, rsa.release(), in CreateOperation()