Searched refs:key_attr (Results 1 – 3 of 3) sorted by relevance
706 CK_ATTRIBUTE key_attr[3]; in pkcs11_fetch_ecdsa_pubkey() local718 memset(&key_attr, 0, sizeof(key_attr)); in pkcs11_fetch_ecdsa_pubkey()719 key_attr[0].type = CKA_ID; in pkcs11_fetch_ecdsa_pubkey()720 key_attr[1].type = CKA_EC_POINT; in pkcs11_fetch_ecdsa_pubkey()721 key_attr[2].type = CKA_EC_PARAMS; in pkcs11_fetch_ecdsa_pubkey()727 rv = f->C_GetAttributeValue(session, *obj, key_attr, 3); in pkcs11_fetch_ecdsa_pubkey()738 if (key_attr[1].ulValueLen == 0 || in pkcs11_fetch_ecdsa_pubkey()739 key_attr[2].ulValueLen == 0) { in pkcs11_fetch_ecdsa_pubkey()746 if (key_attr[i].ulValueLen > 0) in pkcs11_fetch_ecdsa_pubkey()747 key_attr[i].pValue = xcalloc(1, key_attr[i].ulValueLen); in pkcs11_fetch_ecdsa_pubkey()[all …]
179 chtype key_attr = (selected in print_button() local207 dlg_attrset(win, key_attr); in print_button()
3166 struct nlattr *key_attr = nla_nest_start(msg, NL80211_ATTR_KEY); in nl_add_key() local3169 if (!key_attr) in nl_add_key()3191 nla_nest_end(msg, key_attr); in nl_add_key()