Searched refs:key_attr (Results 1 – 3 of 3) sorted by relevance
703 CK_ATTRIBUTE key_attr[3]; in pkcs11_fetch_ecdsa_pubkey() local715 memset(&key_attr, 0, sizeof(key_attr)); in pkcs11_fetch_ecdsa_pubkey()716 key_attr[0].type = CKA_ID; in pkcs11_fetch_ecdsa_pubkey()717 key_attr[1].type = CKA_EC_POINT; in pkcs11_fetch_ecdsa_pubkey()718 key_attr[2].type = CKA_EC_PARAMS; in pkcs11_fetch_ecdsa_pubkey()724 rv = f->C_GetAttributeValue(session, *obj, key_attr, 3); in pkcs11_fetch_ecdsa_pubkey()735 if (key_attr[1].ulValueLen == 0 || in pkcs11_fetch_ecdsa_pubkey()736 key_attr[2].ulValueLen == 0) { in pkcs11_fetch_ecdsa_pubkey()743 if (key_attr[i].ulValueLen > 0) in pkcs11_fetch_ecdsa_pubkey()744 key_attr[i].pValue = xcalloc(1, key_attr[i].ulValueLen); in pkcs11_fetch_ecdsa_pubkey()[all …]
173 chtype key_attr = (selected in print_button() local201 (void) wattrset(win, key_attr); in print_button()
3497 struct nlattr *key_attr = nla_nest_start(msg, NL80211_ATTR_KEY); in nl_add_key() local3500 if (!key_attr) in nl_add_key()3522 nla_nest_end(msg, key_attr); in nl_add_key()