Home
last modified time | relevance | path

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

/freebsd/crypto/heimdal/lib/hx509/
H A Dks_keychain.c514 SecKeychainAttribute attrKeyid; in keychain_iter() local
517 attrKeyid.tag = kSecKeyLabel; in keychain_iter()
518 attrKeyid.length = attrs->attr[0].length; in keychain_iter()
519 attrKeyid.data = attrs->attr[0].data; in keychain_iter()
522 attrList.attr = &attrKeyid; in keychain_iter()