Home
last modified time | relevance | path

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

/openssl-master/crypto/bn/
A Dbn_lib.c1025 BN_ULONG *ftl; in bn_correct_top() local
1029 for (ftl = &(a->d[tmp_top]); tmp_top > 0; tmp_top--) { in bn_correct_top()
1030 ftl--; in bn_correct_top()
1031 if (*ftl != 0) in bn_correct_top()
A Dbn_local.h463 BN_ULONG *ftl = &(a)->d[(a)->top-1]; \
465 *(++ftl) = 0x0; \

Completed in 6 milliseconds