Home
last modified time | relevance | path

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

/external/openssl/crypto/dh/
Ddh_key.c235 BN_set_flags(dh->priv_key, BN_FLG_CONSTTIME); in compute_key()
/external/openssl/crypto/bn/
Dbn_blind.c161 BN_set_flags(ret->mod, BN_FLG_CONSTTIME); in BN_BLINDING_new()
Dbn.h293 #define BN_set_flags(b,n) ((b)->flags|=(n)) macro
/external/openssl/crypto/dsa/
Ddsa_ossl.c246 BN_set_flags(&k, BN_FLG_CONSTTIME); in dsa_sign_setup()
/external/openssl/include/openssl/
Dbn.h293 #define BN_set_flags(b,n) ((b)->flags|=(n)) macro