Home
last modified time | relevance | path

Searched refs:SECITEM_AllocItem (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/common/crypto/ecc/
H A Dsecitem.c68 SECITEM_AllocItem(PRArenaPool *arena, SECItem *item, unsigned int len, in SECITEM_AllocItem() function
H A Dec.c278 SECITEM_AllocItem(arena, &key->version, 1, kmflag); in ec_NewKey()
316 SECITEM_AllocItem(arena, &key->publicValue, 2*len + 1, kmflag); in ec_NewKey()
318 SECITEM_AllocItem(arena, &key->privateValue, len, kmflag); in ec_NewKey()
604 SECITEM_AllocItem(NULL, derivedSecret, len, kmflag); in ECDH_Derive()
915 SECITEM_AllocItem(NULL, &pointC, 2*flen + 1, kmflag); in ECDSA_VerifyDigest()
H A Decc_impl.h221 extern SECItem * SECITEM_AllocItem(PRArenaPool *, SECItem *, unsigned int, int);
H A Decdecode.c595 SECITEM_AllocItem(arena, &(params->DEREncoding), encodedParams->len, in EC_DecodeParams()
/titanic_41/usr/src/lib/libkmf/plugins/kmf_nss/common/
H A Dnss_spi.c944 ecparams = SECITEM_AllocItem(NULL, NULL, (eccoid->Length)); in NSS_CreateKeypair()