OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Kdf1
(Results
1 - 2
of
2
) sorted by null
/system/keymaster/
kdf1.h
31
*
Kdf1
is instance of Iso18033Kdf when the counter starts at 0.
33
class
Kdf1
: public Iso18033Kdf {
35
Kdf1
() : Iso18033Kdf(0) {}
kdf1_test.cpp
17
#include "
kdf1
.h"
43
TEST(Kdf1Test,
Kdf1
) {
50
Kdf1
kdf1
;
local
52
kdf1
.Init(test.digest_type, reinterpret_cast<const uint8_t*>(key.data()), key.size()));
53
ASSERT_TRUE(
kdf1
.GenerateKey(nullptr, 0, output, output_len));
Completed in 46 milliseconds