HomeSort by: relevance | last modified time | path
    Searched refs:attributesLength (Results 1 - 9 of 9) sorted by relevancy

  /src/crypto/external/cpl/trousers/dist/src/tspi/daa/
test_sign.c 198 attributes = malloc( sizeof(BYTE *) * hDaaCredential->attributesLength);
199 for( i=0; i < (int)(hDaaCredential->attributesLength); i++) {
215 hDaaCredential->attributesLength, // in
228 for( i=0; i<(int)hDaaCredential->attributesLength; i++) {
daa_debug.c 235 credential->attributesLength = read_int( file);
236 printf("attributesLength=%d\n", credential->attributesLength);
237 credential->attributes = malloc(credential->attributesLength * sizeof( BYTE *));
238 for( i=0; i < (int)credential->attributesLength; i++) {
280 fprintf(file, "%d # %s\n", credential->attributesLength, "attributesLength");
281 for( i=0; i < (int)credential->attributesLength; i++) {
daa_structs.c 1249 credential->attributesLength = read_int( file);
1250 printf("attributesLength=%d\n", credential->attributesLength);
1251 credential->attributes = malloc(credential->attributesLength * sizeof( BYTE *));
1252 for( i=0; i < (int)credential->attributesLength; i++) {
1294 fprintf(file, "%d # %s\n", credential->attributesLength, "attributesLength");
1295 for( i=0; i < (int)credential->attributesLength; i++) {
  /src/crypto/external/cpl/trousers/dist/src/include/daa/
verifier.h 75 UINT32 attributesLength, // in
  /src/crypto/external/cpl/trousers/dist/src/tspi/daa/daa_verifier/
verifier_transaction.c 388 UINT32 attributesLength, // in
463 if( sA->length != (int)attributesLength) {
468 for ( i = 0; i < (int)attributesLength; i++) {
504 for( i=0; i<(int)attributesLength; i++) {
564 for( i=0; i<(int)attributesLength; i++) {
  /src/crypto/external/cpl/trousers/dist/src/include/tss/
tss_structs.h 358 UINT32 attributesLength; // Length of first dimension
361 [size_is(attributesLength,attributesLength2)]
tspi.h 1025 UINT32 attributesLength, // in
1155 UINT32 attributesLength, // in
  /src/crypto/external/cpl/trousers/dist/src/tspi/
tspi_daa.c 459 UINT32 attributesLength, // in
477 attributesLength,
  /src/crypto/external/cpl/trousers/dist/src/tspi/daa/daa_platform/
platform.c 1836 daaCredential->attributesLength = joinSession.attributesPlatformLength +
1839 sizeof(BYTE *) * daaCredential->attributesLength);
1842 sizeof(BYTE *) * daaCredential->attributesLength);
1997 if( daaCredential->attributesLength == 0 ||
1998 daaCredential->attributesLength != revealAttributes.indicesListLength) {
2000 daaCredential->attributesLength, revealAttributes.indicesListLength);

Completed in 82 milliseconds