Searched refs:lend_tobn (Results 1 - 2 of 2) sorted by relevance
/third_party/node/deps/openssl/openssl/engines/ |
H A D | e_capi.c | 619 static int lend_tobn(BIGNUM *bn, unsigned char *bin, int binlen) in lend_tobn() function 705 if (!lend_tobn(n, rsa_modulus, rsa_modlen)) in capi_get_pkey() 749 if (!lend_tobn(p, btmp, dsa_plen)) in capi_get_pkey() 752 if (!lend_tobn(q, btmp, 20)) in capi_get_pkey() 755 if (!lend_tobn(g, btmp, dsa_plen)) in capi_get_pkey() 758 if (!lend_tobn(pub_key, btmp, dsa_plen)) in capi_get_pkey() 1055 || !lend_tobn(r, csigbuf, 20) in capi_dsa_do_sign() 1056 || !lend_tobn(s, csigbuf + 20, 20) in capi_dsa_do_sign()
|
/third_party/openssl/engines/ |
H A D | e_capi.c | 619 static int lend_tobn(BIGNUM *bn, unsigned char *bin, int binlen) in lend_tobn() function 705 if (!lend_tobn(n, rsa_modulus, rsa_modlen)) in capi_get_pkey() 749 if (!lend_tobn(p, btmp, dsa_plen)) in capi_get_pkey() 752 if (!lend_tobn(q, btmp, 20)) in capi_get_pkey() 755 if (!lend_tobn(g, btmp, dsa_plen)) in capi_get_pkey() 758 if (!lend_tobn(pub_key, btmp, dsa_plen)) in capi_get_pkey() 1055 || !lend_tobn(r, csigbuf, 20) in capi_dsa_do_sign() 1056 || !lend_tobn(s, csigbuf + 20, 20) in capi_dsa_do_sign()
|
Completed in 5 milliseconds