Home
last modified time | relevance | path

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

/minix/crypto/external/bsd/openssl/dist/crypto/ec/
H A Dec_mult.c124 CRYPTO_add(&src->references, 1, CRYPTO_LOCK_EC_PRE_COMP); in ec_pre_comp_dup()
137 i = CRYPTO_add(&pre->references, -1, CRYPTO_LOCK_EC_PRE_COMP); in ec_pre_comp_free()
159 i = CRYPTO_add(&pre->references, -1, CRYPTO_LOCK_EC_PRE_COMP); in ec_pre_comp_clear_free()
H A Decp_nistp224.c1252 CRYPTO_add(&src->references, 1, CRYPTO_LOCK_EC_PRE_COMP); in nistp224_pre_comp_dup()
1265 i = CRYPTO_add(&pre->references, -1, CRYPTO_LOCK_EC_PRE_COMP); in nistp224_pre_comp_free()
1280 i = CRYPTO_add(&pre->references, -1, CRYPTO_LOCK_EC_PRE_COMP); in nistp224_pre_comp_clear_free()
H A Decp_nistp521.c1647 CRYPTO_add(&src->references, 1, CRYPTO_LOCK_EC_PRE_COMP); in nistp521_pre_comp_dup()
1660 i = CRYPTO_add(&pre->references, -1, CRYPTO_LOCK_EC_PRE_COMP); in nistp521_pre_comp_free()
1675 i = CRYPTO_add(&pre->references, -1, CRYPTO_LOCK_EC_PRE_COMP); in nistp521_pre_comp_clear_free()
H A Decp_nistp256.c1838 CRYPTO_add(&src->references, 1, CRYPTO_LOCK_EC_PRE_COMP); in nistp256_pre_comp_dup()
1851 i = CRYPTO_add(&pre->references, -1, CRYPTO_LOCK_EC_PRE_COMP); in nistp256_pre_comp_free()
1866 i = CRYPTO_add(&pre->references, -1, CRYPTO_LOCK_EC_PRE_COMP); in nistp256_pre_comp_clear_free()
/minix/crypto/external/bsd/openssl/dist/crypto/
H A Dcrypto.h223 # define CRYPTO_LOCK_EC_PRE_COMP 36 macro