Searched refs:capitalYLength2 (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/crypto/external/cpl/trousers/dist/src/tspi/
H A Dtsp_daa.c59 Trspi_LoadBlob(offset, pk->capitalYLength2, blob, pk->capitalY[i]);
157 Trspi_UnloadBlob_UINT32(offset, &pk->capitalYLength2, blob);
159 if (pk->capitalYLength > 0 && pk->capitalYLength2 > 0) {
164 if ((pk->capitalY[i] = malloc(pk->capitalYLength2)) == NULL)
167 Trspi_UnloadBlob(offset, pk->capitalYLength2, blob, pk->capitalY[i]);
/netbsd-current/crypto/external/cpl/trousers/dist/src/tspi/daa/
H A Ddaa_structs.c662 int capitalYLength2; local
681 capitalYLength2 = bi_nbin_size( pk_internal->capitalY->array[0]);
682 LogDebug("[capitalYLength=%d capitalYLength2=%d total size=%d]\n",
683 capitalYLength, capitalYLength2, sizeof(BYTE) * capitalYLength *
684 capitalYLength2);
687 if( bi_nbin_size( pk_internal->capitalY->array[i]) != capitalYLength2) {
690 "2=%d, currentSize=%d)\n", i, capitalYLength2,
693 BYTE *buffer = (BYTE*) daa_alloc( sizeof(BYTE) * capitalYLength2, param_alloc);
694 bi_2_byte_array( buffer, capitalYLength2, pk_internal->capitalY->array[i]);
705 pk->capitalYLength2
726 unsigned long capitalYLength, capitalYLength2, capitalYPlatformLength; local
[all...]
/netbsd-current/crypto/external/cpl/trousers/dist/src/include/tss/
H A Dtss_structs.h183 UINT32 capitalYLength2; // Length of second dimension member in struct:tdTSS_DAA_PK
185 [size_is(capitalYLength,capitalYLength2)]
/netbsd-current/crypto/external/cpl/trousers/dist/src/trspi/
H A Dtrousers.c1720 result |= Trspi_HashUpdate(c, pk->capitalYLength2, pk->capitalY[i]);

Completed in 389 milliseconds