Home
last modified time | relevance | path

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

/openssl/test/
H A Dacvp_test.c1258 BIGNUM *e_bn = NULL, *d_bn = NULL, *n_bn = NULL; in rsa_create_pkey() local
1274 if (!TEST_ptr(d_bn = BN_CTX_get(bn_ctx)) in rsa_create_pkey()
1275 || !TEST_ptr(BN_bin2bn(d, d_len, d_bn)) in rsa_create_pkey()
1277 d_bn))) in rsa_create_pkey()

Completed in 7 milliseconds