Home
last modified time | relevance | path

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

/optee_test/host/openssl/include/openssl/
A Dbn.h736 # define bn_wexpand(a,words) (((words) <= (a)->dmax)?(a):bn_expand2((a),(words))) argument
737 BIGNUM *bn_expand2(BIGNUM *a, int words);
739 BIGNUM *bn_dup_expand(const BIGNUM *a, int words); /* unused */
817 # define bn_wcheck_size(bn, words) \ argument
820 assert((words) <= (_bnum2)->dmax && (words) >= (_bnum2)->top); \
831 # define bn_wcheck_size(bn, words) argument
/optee_test/host/xtest/gp/patches/
A D0012-TTA_TCF-remove-TEE_MemMove-from-CmdTEEGetPropertyAsX.patch10 TEE_PARAM_TYPE_VALUE_INPUT (in other words, not a memory reference).

Completed in 5 milliseconds