Home
last modified time | relevance | path

Searched refs:attributesIssuerLength (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/daa/daa_platform/
H A Dtest_join.c323 UINT32 attributesIssuerLength; in main() local
407 attributesIssuerLength = issuer->pk->capitalRIssuer->length; in main()
408 attributesIssuer = (BYTE **)malloc( attributesIssuerLength * sizeof(BYTE *)); in main()
409 for( i=0; i<(int)attributesIssuerLength; i++) { in main()
420 attributesPlatformLength, attributesIssuerLength); in main()
470 attributesIssuerLength, // in in main()
H A Dplatform.c1597 bi_new_array( attributes_issuer, credIssuer.attributesIssuerLength); in Tspi_TPM_DAA_JoinStoreCredential_internal()
1603 for( i=0; i < credIssuer.attributesIssuerLength; i++) { in Tspi_TPM_DAA_JoinStoreCredential_internal()
1835 credIssuer.attributesIssuerLength); in Tspi_TPM_DAA_JoinStoreCredential_internal()
1837 credIssuer.attributesIssuerLength; in Tspi_TPM_DAA_JoinStoreCredential_internal()
1858 for( i=0; i < credIssuer.attributesIssuerLength; i++) { in Tspi_TPM_DAA_JoinStoreCredential_internal()
/netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/daa/
H A Ddaa_debug.c164 credential->attributesIssuerLength = read_int( file); in load_TSS_DAA_CRED_ISSUER()
165 credential->attributesIssuer = malloc(credential->attributesIssuerLength*sizeof(BYTE*)); in load_TSS_DAA_CRED_ISSUER()
166 for( i=0; i < (int)credential->attributesIssuerLength; i++) { in load_TSS_DAA_CRED_ISSUER()
192 fprintf(file, "%d # %s\n", credential->attributesIssuerLength, "attributesIssuerLength"); in save_TSS_DAA_CRED_ISSUER()
193 for( i=0; i < (int)credential->attributesIssuerLength; i++) { in save_TSS_DAA_CRED_ISSUER()
H A Ddaa_structs.c1173 credential->attributesIssuerLength = read_int( file);
1174 credential->attributesIssuer = malloc(credential->attributesIssuerLength*sizeof(BYTE*));
1175 for( i=0; i < (int)credential->attributesIssuerLength; i++) {
1201 fprintf(file, "%d # %s\n", credential->attributesIssuerLength, "attributesIssuerLength");
1202 for( i=0; i < (int)credential->attributesIssuerLength; i++) {
/netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/daa/daa_issuer/
H A Dissue_credential.c271 UINT32 attributesIssuerLength, // in in Tspi_DAA_IssueCredential_internal() argument
642 for( i=0; i< attributesIssuerLength; i++) { in Tspi_DAA_IssueCredential_internal()
726 credIssuer->attributesIssuerLength = attributesIssuerLength; in Tspi_DAA_IssueCredential_internal()
728 attributesIssuerLength * sizeof( BYTE *)); in Tspi_DAA_IssueCredential_internal()
730 LogError("malloc of %d bytes failed", attributesIssuerLength * sizeof( BYTE *)); in Tspi_DAA_IssueCredential_internal()
734 for( i=0; i< attributesIssuerLength; i++) { in Tspi_DAA_IssueCredential_internal()
/netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/
H A Dtspi_daa.c385 UINT32 attributesIssuerLength, // in in Tspi_DAA_IssueCredential() argument
398 (int)attributesIssuerLength); in Tspi_DAA_IssueCredential()
401 attributesIssuerLength, in Tspi_DAA_IssueCredential()
/netbsd-src/crypto/external/cpl/trousers/dist/src/include/daa/
H A Dissuer.h54 UINT32 attributesIssuerLength, // in
/netbsd-src/crypto/external/cpl/trousers/dist/src/include/tss/
H A Dtss_structs.h317 UINT32 attributesIssuerLength; // Length of first dimension member
320 [size_is(attributesIssuerLength,attributesIssuerLength2)]