Searched refs:RSA_up_ref (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/third_party/boringssl/src/crypto/evp/
H A Devp.c248 RSA_up_ref(key);
263 RSA_up_ref(pkey->pkey.rsa);
/external/openssl/crypto/evp/
H A Dp_lib.c287 RSA_up_ref(key);
297 RSA_up_ref(pkey->pkey.rsa);
/external/chromium_org/third_party/boringssl/src/include/openssl/
H A Drsa.h85 /* RSA_up_ref increments the reference count of |rsa|. */
86 OPENSSL_EXPORT int RSA_up_ref(RSA *rsa);
/external/openssl/crypto/rsa/
H A Drsa_lib.c257 int RSA_up_ref(RSA *r) function
266 fprintf(stderr, "RSA_up_ref, bad reference count\n");
H A Drsa.h306 int RSA_up_ref(RSA *r);
/external/chromium_org/third_party/boringssl/src/ssl/
H A Dssl_rsa.c174 RSA_up_ref(rsa);
526 RSA_up_ref(rsa);
/external/openssl/ssl/
H A Dssl_rsa.c173 RSA_up_ref(rsa);
542 RSA_up_ref(rsa);
H A Dssl_cert.c207 RSA_up_ref(cert->rsa_tmp);
H A Dd1_srvr.c1094 RSA_up_ref(rsa);
H A Ds3_srvr.c1682 RSA_up_ref(rsa);
/external/openssl/include/openssl/
H A Drsa.h306 int RSA_up_ref(RSA *r);
/external/chromium_org/third_party/boringssl/src/crypto/rsa/
H A Drsa.c154 int RSA_up_ref(RSA *rsa) { function

Completed in 203 milliseconds