HomeSort by: relevance | last modified time | path
    Searched refs:lend_tobn (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/engines/
e_capi.c 615 static int lend_tobn(BIGNUM *bn, unsigned char *bin, int binlen) function
706 if (!lend_tobn(n, rsa_modulus, rsa_modlen)) {
757 if (!lend_tobn(p, btmp, dsa_plen)) {
762 if (!lend_tobn(q, btmp, 20)) {
767 if (!lend_tobn(g, btmp, dsa_plen)) {
772 if (!lend_tobn(pub_key, btmp, dsa_plen)) {
1063 || !lend_tobn(r, csigbuf, 20)
1064 || !lend_tobn(s, csigbuf + 20, 20)
  /src/crypto/external/bsd/openssl/dist/engines/
e_capi.c 619 static int lend_tobn(BIGNUM *bn, unsigned char *bin, int binlen) function
705 if (!lend_tobn(n, rsa_modulus, rsa_modlen))
749 if (!lend_tobn(p, btmp, dsa_plen))
752 if (!lend_tobn(q, btmp, 20))
755 if (!lend_tobn(g, btmp, dsa_plen))
758 if (!lend_tobn(pub_key, btmp, dsa_plen))
1055 || !lend_tobn(r, csigbuf, 20)
1056 || !lend_tobn(s, csigbuf + 20, 20)
  /src/crypto/external/bsd/openssl.old/dist/engines/
e_capi.c 606 static int lend_tobn(BIGNUM *bn, unsigned char *bin, int binlen) function
692 if (!lend_tobn(n, rsa_modulus, rsa_modlen))
736 if (!lend_tobn(p, btmp, dsa_plen))
739 if (!lend_tobn(q, btmp, 20))
742 if (!lend_tobn(g, btmp, dsa_plen))
745 if (!lend_tobn(pub_key, btmp, dsa_plen))
1042 || !lend_tobn(r, csigbuf, 20)
1043 || !lend_tobn(s, csigbuf + 20, 20)

Completed in 32 milliseconds