Searched refs:keyMaterial_p (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/dev/pci/n8/common/api/
H A Dn8_sks.c415 * @param keyMaterial_p RW: A N8_RSAKeyMaterial_t pointer.
429 N8_Status_t N8_SKSAllocateRSA(N8_RSAKeyMaterial_t *keyMaterial_p, argument
443 CHECK_OBJECT(keyMaterial_p, ret);
444 CHECK_OBJECT(keyMaterial_p->privateKey.value_p, ret);
452 if ((keyMaterial_p->p.lengthBytes == 0) ||
453 (keyMaterial_p->q.lengthBytes == 0))
459 sks_key_p = &keyMaterial_p->SKSKeyHandle;
461 ret = n8_verifyUnitID(keyMaterial_p->unitID, sks_key_p);
467 if (keyMaterial_p->q.lengthBytes != keyMaterial_p
740 N8_SKSAllocateDSA(N8_DSAKeyMaterial_t *keyMaterial_p, const N8_Buffer_t *keyEntryName_p) argument
[all...]
H A Dn8_hash.c1898 * @param keyMaterial_p RW: Key material output.
1913 * keyMaterial_p points to an allocated buffer of sufficient size.
1918 N8_Buffer_t *keyMaterial_p,
1976 req_p->copyBackTo_p = keyMaterial_p;
2050 * @param keyMaterial_p WO: The computed key material. Note only as
2074 * keyMaterial_p points to an allocated buffer of sufficient size.
2082 N8_Buffer_t *keyMaterial_p,
2111 CHECK_OBJECT(keyMaterial_p, ret);
2207 keyResultStruct_p->result_p = keyMaterial_p;
1915 N8_SSLKeyMaterialHash(N8_HashInfo_t *obj_p, const N8_Buffer_t *random_p, const unsigned int outputLength, N8_Buffer_t *keyMaterial_p, N8_Event_t *event_p) argument
2076 N8_TLSKeyMaterialHash(N8_HashInfo_t *obj_p, const N8_Buffer_t *label_p, const unsigned int labelLength, const N8_Buffer_t *seed_p, const unsigned int seedLength, const unsigned int outputLength, N8_Buffer_t *keyMaterial_p, N8_Event_t *event_p) argument
/netbsd-6-1-5-RELEASE/sys/dev/pci/n8/include_public/
H A Dn8_pub_hash.h150 N8_Buffer_t *keyMaterial_p,
159 N8_Buffer_t *keyMaterial_p,

Completed in 101 milliseconds