Home
last modified time | relevance | path

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

/openssl/crypto/bn/
H A Dbn_lib.c1104 BN_ULONG *ftl; in bn_correct_top() local
1108 for (ftl = &(a->d[tmp_top]); tmp_top > 0; tmp_top--) { in bn_correct_top()
1109 ftl--; in bn_correct_top()
1110 if (*ftl != 0) in bn_correct_top()
H A Dbn_local.h466 BN_ULONG *ftl = &(a)->d[(a)->top-1]; \
468 *(++ftl) = 0x0; \

Completed in 11 milliseconds