Home
last modified time | relevance | path

Searched defs:algo (Results 1 – 9 of 9) sorted by relevance

/system/security/ondevice-signing/
DKeystoreHmacKey.cpp71 KeyParameter algo; in createKey() local
162 KeyParameter algo; in getVerifyOpParameters() local
183 KeyParameter algo; in getSignOpParameters() local
DKeystoreKey.cpp78 KeyParameter algo; in createKey() local
270 KeyParameter algo; in getSignOpParameters() local
/system/keymaster/km_openssl/
Dckdf.cpp53 auto algo = EVP_aes_128_cbc(); in DEFINE_OPENSSL_OBJECT_POINTER() local
/system/keymaster/android_keymaster/
Dremote_provisioning_utils.cpp154 auto& algo = protectedMap->asMap()->get(ALGORITHM); in validateAndExtractPubkeys() local
/system/incremental_delivery/incfs/tests/include/
DIncFsTestBase.h99 uint32_t algo = INCFS_HASH_TREE_SHA256; in makeFileWithHash() member
/system/security/keystore2/src/crypto/
Dcertificate_utils.cpp520 CertUtilsError makeAndSetAlgo(X509_ALGOR* algo_field, Algo algo, Padding padding, Digest digest) { in makeAndSetAlgo()
603 Algo algo, Padding padding, Digest digest) { in signCertWith()
/system/keymaster/cppcose/
Dcppcose.cpp118 auto& algo = protectedMap->asMap()->get(ALGORITHM); in verifyAndParseCoseMac0() local
/system/netd/server/
DXfrmController.cpp1040 int XfrmController::fillNlAttrXfrmAlgoEnc(const XfrmAlgo& inAlgo, nlattr_algo_crypt* algo) { in fillNlAttrXfrmAlgoEnc()
1055 int XfrmController::fillNlAttrXfrmAlgoAuth(const XfrmAlgo& inAlgo, nlattr_algo_auth* algo) { in fillNlAttrXfrmAlgoAuth()
1075 int XfrmController::fillNlAttrXfrmAlgoAead(const XfrmAlgo& inAlgo, nlattr_algo_aead* algo) { in fillNlAttrXfrmAlgoAead()
/system/security/keystore2/src/km_compat/
Dkm_compat.cpp1066 auto algo = std::get<keystore::Algo>(algoOrError); in signCertificate() local