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

  /src/crypto/external/cpl/trousers/dist/src/tspi/daa/daa_platform/
platform.c 924 bi_ptr s_f1 = NULL; local
1229 s_f1 = bi_set_as_nbin( outputSize, outputData); // allocation
1230 if( s_f1 == NULL) {
1231 LogError("malloc of <bi> %s failed", "s_f1");
1376 LogDebug("sF1 [%ld]:%s", bi_length( s_f1), bi_2_hex_char( s_f1));
1443 credentialRequest->sF1 = calloc_tspi( tcsContext, bi_nbin_size( s_f1));
1445 LogError("malloc of %ld bytes failed", bi_nbin_size( s_f1));
1449 bi_2_nbin1( &(credentialRequest->sF1Length), credentialRequest->sF1, s_f1);
1518 FREE_BI( s_f1);
    [all...]

Completed in 16 milliseconds