Home
last modified time | relevance | path

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

/minix3/crypto/external/bsd/heimdal/dist/lib/hx509/
H A Dks_keychain.c516 SecKeychainAttribute attrKeyid; in keychain_iter() local
519 attrKeyid.tag = kSecKeyLabel; in keychain_iter()
520 attrKeyid.length = attrs->attr[0].length; in keychain_iter()
521 attrKeyid.data = attrs->attr[0].data; in keychain_iter()
524 attrList.attr = &attrKeyid; in keychain_iter()