Home
last modified time | relevance | path

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

/optee_os/ta/pkcs11/scripts/
H A Dverify-helpers.sh18 COUNT="$(grep ${symbol} ${basepath}/src/* | wc -l)"
19 details && echo -n -e "\t${COUNT}\t"
23 elif [ $COUNT -eq 0 ] ; then
41 COUNT="$(grep ${symbol} ${basepath}/src/* | wc -l)"
42 details && echo -n -e "\t${COUNT}\t"
46 elif [ $COUNT -eq 0 ] ; then
/optee_os/core/tee/
H A Dtee_svc_cryp.c3472 enum { SALT = 0x1, LENGTH = 0x2, COUNT = 0x4 }; in get_pbkdf2_params() enumerator
3502 if (!(found & COUNT)) { in get_pbkdf2_params()
3504 found |= COUNT; in get_pbkdf2_params()
3513 if ((found & (LENGTH|COUNT)) != (LENGTH|COUNT)) in get_pbkdf2_params()