HomeSort by relevance Sort by last modified time
    Searched refs:CRYPTO_LOCK_RSA (Results 1 - 4 of 4) sorted by null

  /external/openssl/crypto/rsa/
rsa_eay.c 227 if (!BN_MONT_CTX_set_locked(&rsa->_method_mod_n, CRYPTO_LOCK_RSA, rsa->n, ctx))
261 CRYPTO_r_lock(CRYPTO_LOCK_RSA);
265 CRYPTO_r_unlock(CRYPTO_LOCK_RSA);
266 CRYPTO_w_lock(CRYPTO_LOCK_RSA);
298 CRYPTO_r_unlock(CRYPTO_LOCK_RSA);
299 CRYPTO_w_lock(CRYPTO_LOCK_RSA);
311 CRYPTO_w_unlock(CRYPTO_LOCK_RSA);
313 CRYPTO_r_unlock(CRYPTO_LOCK_RSA);
448 if(!BN_MONT_CTX_set_locked(&rsa->_method_mod_n, CRYPTO_LOCK_RSA, rsa->n, ctx))
581 if (!BN_MONT_CTX_set_locked(&rsa->_method_mod_n, CRYPTO_LOCK_RSA, rsa->n, ctx)
    [all...]
rsa_lib.c 221 i=CRYPTO_add(&r->references,-1,CRYPTO_LOCK_RSA);
259 int i = CRYPTO_add(&r->references, 1, CRYPTO_LOCK_RSA);
  /external/openssl/crypto/
crypto.h 192 #define CRYPTO_LOCK_RSA 9
  /external/openssl/include/openssl/
crypto.h 192 #define CRYPTO_LOCK_RSA 9

Completed in 91 milliseconds