Home
last modified time | relevance | path

Searched defs:SetPrimary (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/tink/go/keyset/
H A Dmanager.go79 func (km *Manager) SetPrimary(keyID uint32) error { func
/aosp_15_r20/external/tink/cc/internal/
H A Dkeyset_handle_builder_entry.h64 void SetPrimary() { is_primary_ = true; } in SetPrimary() function
/aosp_15_r20/external/tink/cc/
H A Dkeyset_handle_builder.h98 void SetPrimary() { entry_->SetPrimary(); } in SetPrimary() function
/aosp_15_r20/external/tink/cc/core/
H A Dkeyset_manager.cc172 Status KeysetManager::SetPrimary(uint32_t key_id) { in SetPrimary() function in crypto::tink::KeysetManager