Home
last modified time | relevance | path

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

/netbsd/src/crypto/external/bsd/heimdal/dist/lib/hx509/
Dks_keychain.c526 SecKeychainAttribute attrKeyid; in keychain_iter() local
529 attrKeyid.tag = kSecKeyLabel; in keychain_iter()
530 attrKeyid.length = attrs->attr[0].length; in keychain_iter()
531 attrKeyid.data = attrs->attr[0].data; in keychain_iter()
534 attrList.attr = &attrKeyid; in keychain_iter()