Searched refs:CRYPTO_LOCK_EC_PRE_COMP (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.0-release/crypto/openssl/crypto/ec/
H A Dec_mult.c127 CRYPTO_add(&src->references, 1, CRYPTO_LOCK_EC_PRE_COMP);
140 i = CRYPTO_add(&pre->references, -1, CRYPTO_LOCK_EC_PRE_COMP);
163 i = CRYPTO_add(&pre->references, -1, CRYPTO_LOCK_EC_PRE_COMP);
H A Decp_nistp224.c1167 CRYPTO_add(&src->references, 1, CRYPTO_LOCK_EC_PRE_COMP);
1180 i = CRYPTO_add(&pre->references, -1, CRYPTO_LOCK_EC_PRE_COMP);
1195 i = CRYPTO_add(&pre->references, -1, CRYPTO_LOCK_EC_PRE_COMP);
H A Decp_nistp256.c1684 CRYPTO_add(&src->references, 1, CRYPTO_LOCK_EC_PRE_COMP);
1697 i = CRYPTO_add(&pre->references, -1, CRYPTO_LOCK_EC_PRE_COMP);
1712 i = CRYPTO_add(&pre->references, -1, CRYPTO_LOCK_EC_PRE_COMP);
H A Decp_nistp521.c1552 CRYPTO_add(&src->references, 1, CRYPTO_LOCK_EC_PRE_COMP);
1565 i = CRYPTO_add(&pre->references, -1, CRYPTO_LOCK_EC_PRE_COMP);
1580 i = CRYPTO_add(&pre->references, -1, CRYPTO_LOCK_EC_PRE_COMP);
/freebsd-10.0-release/crypto/openssl/crypto/
H A Dcrypto.h219 #define CRYPTO_LOCK_EC_PRE_COMP 36 macro

Completed in 119 milliseconds