Home
last modified time | relevance | path

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

/netbsd/src/crypto/external/cpl/trousers/dist/src/tspi/daa/daa_platform/
Dplatform.c789 UINT32 *resultLength, in compute_join_challenge_host() argument
862 *resultLength = EVP_MD_CTX_size(mdctx); in compute_join_challenge_host()
863 *result = (BYTE *)malloc( *resultLength); in compute_join_challenge_host()
865 LogError("malloc of %d bytes failed", *resultLength); in compute_join_challenge_host()