Home
last modified time | relevance | path

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

/mirbsd/src/lib/libssl/src/crypto/bn/
Dbntest.c78 int test_lshift(BIO *bp,BN_CTX *ctx,BIGNUM *a_);
169 if (!test_lshift(out,ctx,BN_bin2bn(lst,sizeof(lst)-1,NULL))) in main()
174 if (!test_lshift(out,ctx,NULL)) goto err; in main()
1099 int test_lshift(BIO *bp,BN_CTX *ctx,BIGNUM *a_) in test_lshift() function