Home
last modified time | relevance | path

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

/onnv-gate/usr/src/common/openssl/crypto/bn/
H A Dbntest.c97 int test_lshift(BIO *bp,BN_CTX *ctx,BIGNUM *a_);
198 if (!test_lshift(out,ctx,BN_bin2bn(lst,sizeof(lst)-1,NULL))) in main()
203 if (!test_lshift(out,ctx,NULL)) goto err; in main()
1820 int test_lshift(BIO *bp,BN_CTX *ctx,BIGNUM *a_) in test_lshift() function