Searched refs:PRArenaPool (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/common/crypto/ecc/ |
H A D | ecc_impl.h | 166 typedef void PRArenaPool; typedef 169 PRArenaPool * arena; 221 extern SECItem * SECITEM_AllocItem(PRArenaPool *, SECItem *, unsigned int, int); 222 extern SECStatus SECITEM_CopyItem(PRArenaPool *, SECItem *, const SECItem *, 232 extern SECStatus EC_CopyParams(PRArenaPool *, ECParams *, const ECParams *);
|
H A D | secitem.c | 68 SECITEM_AllocItem(PRArenaPool *arena, SECItem *item, unsigned int len, in SECITEM_AllocItem() 133 SECITEM_CopyItem(PRArenaPool *arena, SECItem *to, const SECItem *from, in SECITEM_CopyItem()
|
H A D | ecdecode.c | 70 hexString2SECItem(PRArenaPool *arena, SECItem *item, const char *str, in hexString2SECItem() 155 EC_FillParams(PRArenaPool *arena, const SECItem *encodedParams, in EC_FillParams() 580 PRArenaPool *arena; in EC_DecodeParams()
|
H A D | ec.c | 250 PRArenaPool *arena; in ec_NewKey() 1072 EC_CopyParams(PRArenaPool *arena, ECParams *dstParams, in EC_CopyParams()
|
/titanic_41/usr/src/lib/libkmf/plugins/kmf_nss/common/ |
H A D | nss_spi.c | 2571 PRArenaPool *arena = NULL; in NSS_DeleteCRL() 2729 PRArenaPool *arena = NULL; in NSS_FindCRL()
|