HomeSort by: relevance | last modified time | path
    Searched defs:ciphertxt_len (Results 1 - 6 of 6) sorted by relevancy

  /src/crypto/external/bsd/openssl/dist/crypto/rsa/
rsa_gen.c 481 unsigned int ciphertxt_len; local
496 ciphertxt_len = RSA_size(rsa);
501 ciphertxt = OPENSSL_zalloc(ciphertxt_len * 2);
504 decoded = ciphertxt + ciphertxt_len;
506 ciphertxt_len = RSA_public_encrypt(plaintxt_len, plaintxt, ciphertxt, rsa,
508 if (ciphertxt_len <= 0)
510 if (ciphertxt_len == plaintxt_len
516 decoded_len = RSA_private_decrypt(ciphertxt_len, ciphertxt, decoded, rsa,
rsa_gen.c 481 unsigned int ciphertxt_len; local
496 ciphertxt_len = RSA_size(rsa);
501 ciphertxt = OPENSSL_zalloc(ciphertxt_len * 2);
504 decoded = ciphertxt + ciphertxt_len;
506 ciphertxt_len = RSA_public_encrypt(plaintxt_len, plaintxt, ciphertxt, rsa,
508 if (ciphertxt_len <= 0)
510 if (ciphertxt_len == plaintxt_len
516 decoded_len = RSA_private_decrypt(ciphertxt_len, ciphertxt, decoded, rsa,
rsa_gen.c 481 unsigned int ciphertxt_len; local
496 ciphertxt_len = RSA_size(rsa);
501 ciphertxt = OPENSSL_zalloc(ciphertxt_len * 2);
504 decoded = ciphertxt + ciphertxt_len;
506 ciphertxt_len = RSA_public_encrypt(plaintxt_len, plaintxt, ciphertxt, rsa,
508 if (ciphertxt_len <= 0)
510 if (ciphertxt_len == plaintxt_len
516 decoded_len = RSA_private_decrypt(ciphertxt_len, ciphertxt, decoded, rsa,
  /src/crypto/external/apache2/openssl/dist/crypto/rsa/
rsa_gen.c 691 int ciphertxt_len; local
718 ciphertxt_len = RSA_public_encrypt(plaintxt_len, plaintxt, ciphertxt, rsa,
720 if (ciphertxt_len <= 0)
725 decoded_len = RSA_private_decrypt(ciphertxt_len, ciphertxt, decoded, rsa,
rsa_gen.c 691 int ciphertxt_len; local
718 ciphertxt_len = RSA_public_encrypt(plaintxt_len, plaintxt, ciphertxt, rsa,
720 if (ciphertxt_len <= 0)
725 decoded_len = RSA_private_decrypt(ciphertxt_len, ciphertxt, decoded, rsa,
rsa_gen.c 691 int ciphertxt_len; local
718 ciphertxt_len = RSA_public_encrypt(plaintxt_len, plaintxt, ciphertxt, rsa,
720 if (ciphertxt_len <= 0)
725 decoded_len = RSA_private_decrypt(ciphertxt_len, ciphertxt, decoded, rsa,

Completed in 65 milliseconds