OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:auth_key_sign
(Results
1 - 6
of
6
) sorted by null
/system/iot/attestation/atap/ops/
atap_ops_provider.cpp
98
->
auth_key_sign
(nonce, nonce_len, sig, sig_len);
183
atap_ops_.
auth_key_sign
= forward_auth_key_sign;
atap_ops_delegate.h
63
virtual AtapResult
auth_key_sign
(const uint8_t* nonce,
/system/iot/attestation/atap/test/
fake_atap_ops.cpp
72
AtapResult FakeAtapOps::
auth_key_sign
(const uint8_t* nonce,
function in class:atap::FakeAtapOps
fake_atap_ops.h
60
AtapResult
auth_key_sign
(const uint8_t* nonce,
/system/iot/attestation/atap/libatap/
atap_ops.h
106
AtapResult (*
auth_key_sign
)(AtapOps* ops,
member in struct:AtapOps
atap_commands.c
48
return ops->
auth_key_sign
(
Completed in 160 milliseconds