Home
last modified time | relevance | path

Searched refs:RsaKeymaster1Operation (Results 1 – 2 of 2) sorted by relevance

/system/keymaster/
Drsa_keymaster1_operation.h52 template <typename BaseOperation> class RsaKeymaster1Operation : public BaseOperation {
56 RsaKeymaster1Operation(keymaster_digest_t digest, keymaster_padding_t padding, EVP_PKEY* key, in RsaKeymaster1Operation() function
Drsa_keymaster1_operation.cpp133 return new RsaKeymaster1Operation<RsaSignOperation>(digest, padding, rsa.release(), in CreateOperation()
136 return new RsaKeymaster1Operation<RsaDecryptOperation>(digest, padding, rsa.release(), in CreateOperation()