Searched refs:key_attr (Results 1 – 3 of 3) sorted by relevance
710 CK_ATTRIBUTE key_attr[3]; in pkcs11_fetch_ecdsa_pubkey() local722 memset(&key_attr, 0, sizeof(key_attr)); in pkcs11_fetch_ecdsa_pubkey()723 key_attr[0].type = CKA_ID; in pkcs11_fetch_ecdsa_pubkey()724 key_attr[1].type = CKA_EC_POINT; in pkcs11_fetch_ecdsa_pubkey()725 key_attr[2].type = CKA_EC_PARAMS; in pkcs11_fetch_ecdsa_pubkey()731 rv = f->C_GetAttributeValue(session, *obj, key_attr, 3); in pkcs11_fetch_ecdsa_pubkey()742 if (key_attr[1].ulValueLen == 0 || in pkcs11_fetch_ecdsa_pubkey()743 key_attr[2].ulValueLen == 0) { in pkcs11_fetch_ecdsa_pubkey()750 if (key_attr[i].ulValueLen > 0) in pkcs11_fetch_ecdsa_pubkey()751 key_attr[i].pValue = xcalloc(1, key_attr[i].ulValueLen); in pkcs11_fetch_ecdsa_pubkey()[all …]
183 chtype key_attr = (selected in print_button() local211 dlg_attrset(win, key_attr); in print_button()
3695 struct nlattr *key_attr = nla_nest_start(msg, NL80211_ATTR_KEY); in nl_add_key() local3698 if (!key_attr) in nl_add_key()3720 nla_nest_end(msg, key_attr); in nl_add_key()