Home | History | Annotate | Download | only in openssh

Lines Matching full:pvalue

244 	key_filter[0].pValue = &private_key_class;
245 key_filter[2].pValue = &true_val;
276 key_filter[1].pValue = k11->keyid;
318 memcpy(k11->keyid, keyid_attrib->pValue, k11->keyid_len);
412 pubkey_filter[0].pValue = &pubkey_class;
424 attribs[i].pValue = NULL;
444 attribs[i].pValue = xmalloc(attribs[i].ulValueLen);
452 rsa->n = BN_bin2bn(attribs[1].pValue,
454 rsa->e = BN_bin2bn(attribs[2].pValue,
473 xfree(attribs[i].pValue);