Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/
H A Dbase_key.cpp600 KeyContext ctxNone; in StoreKey() local
608 ctxNone.rndEnc.Clear(); in StoreKey()
616 ClearKeyContext(ctxNone); in StoreKey()
619 ClearKeyContext(ctxNone); in StoreKey()
629 KeyContext ctxNone; in StoreKey() local
635 ctxNone.aad.Alloc(GCM_MAC_BYTES); in StoreKey()
636 ctxNone.nonce.Alloc(GCM_NONCE_BYTES); in StoreKey()
637 if (!SplitKeyCtx(ctxNone.rndEnc, ctxNone.nonce, ctxNone.rndEnc, ctxNone.aad)) { in StoreKey()
638 ctxNone.rndEnc.Clear(); in StoreKey()
644 ctxNone.rndEnc.Clear(); in StoreKey()
[all …]