HomeSort by relevance Sort by last modified time
    Searched refs:Kem (Results 1 - 2 of 2) sorted by null

  /system/keymaster/
kem.h 26 // Kem is an abstract class that provides an interface to a key encapsulation
33 class Kem {
35 virtual ~Kem(){};
ecies_kem.h 20 #include "kem.h"
33 * EciesKem is an implementation of the key encapsulation mechanism ECIES-KEM described in
36 class EciesKem : public Kem {
41 /* Kem interface. */

Completed in 93 milliseconds