HomeSort by: relevance | last modified time | path
    Searched defs:attributesIssuerLength (Results 1 - 2 of 2) sorted by relevancy

  /src/crypto/external/cpl/trousers/dist/src/tspi/daa/daa_platform/
test_join.c 323 UINT32 attributesIssuerLength;
407 attributesIssuerLength = issuer->pk->capitalRIssuer->length;
408 attributesIssuer = (BYTE **)malloc( attributesIssuerLength * sizeof(BYTE *));
409 for( i=0; i<(int)attributesIssuerLength; i++) {
420 attributesPlatformLength, attributesIssuerLength);
470 attributesIssuerLength, // in
  /src/crypto/external/cpl/trousers/dist/src/include/tss/
tss_structs.h 317 UINT32 attributesIssuerLength; // Length of first dimension
320 [size_is(attributesIssuerLength,attributesIssuerLength2)]

Completed in 26 milliseconds