Home
last modified time | relevance | path

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

/titanic_41/usr/src/common/crypto/ecc/
H A Dec.c104 printf("ec_points_mul: params [len=%d]:", params->DEREncoding.len); in ec_points_mul()
105 for (i = 0; i < params->DEREncoding.len; i++) in ec_points_mul()
106 printf("%02x:", params->DEREncoding.data[i]); in ec_points_mul()
309 CHECK_SEC_OK(SECITEM_CopyItem(arena, &key->ecParams.DEREncoding, in ec_NewKey()
310 &ecParams->DEREncoding, kmflag)); in ec_NewKey()
1101 CHECK_SEC_OK(SECITEM_CopyItem(arena, &dstParams->DEREncoding, in EC_CopyParams()
1102 &srcParams->DEREncoding, 0)); in EC_CopyParams()
H A Decdecode.c595 SECITEM_AllocItem(arena, &(params->DEREncoding), encodedParams->len, in EC_DecodeParams()
597 memcpy(params->DEREncoding.data, encodedParams->data, encodedParams->len); in EC_DecodeParams()
H A Decc_impl.h176 SECItem DEREncoding; member
/titanic_41/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftEC.c51 SECITEM_FreeItem(&params->DEREncoding, B_FALSE); in soft_free_ecparams()
/titanic_41/usr/src/uts/common/crypto/io/
H A Decc.c1306 SECITEM_FreeItem(&params->DEREncoding, B_FALSE); in free_ecparams()