Home
last modified time | relevance | path

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

/system/authgraph/core/src/
Dkey.rs672 let dice_cert_chain_array = value in from_non_explicit_key_cert_chain() localVariable
677 &&dice_cert_chain_array[..], in from_non_explicit_key_cert_chain()
682 let mut res: Vec<Value> = Vec::with_capacity(dice_cert_chain_array.len() + 1); in from_non_explicit_key_cert_chain()
683 let mut it = dice_cert_chain_array.into_iter(); in from_non_explicit_key_cert_chain()