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

/asus-wl-520gu-7.0.1.45/src/router/libbcmcrypto/openssl/
H A Dpq_compat.h96 #define pq_64bit_mod(r, x, n, ctx) BN_mod(r, x, n, ctx)
H A Dbn.h413 #define BN_mod(rem,m,d,ctx) BN_div2(NULL,(rem),(m),(d),(ctx)) macro
/asus-wl-520gu-7.0.1.45/src/router/shared/bcmcrypto/
H A Dbn.h368 #define BN_mod(rem,m,d,ctx) BN_div(NULL,(rem),(m),(d),(ctx)) macro
/asus-wl-520gu-7.0.1.45/src/router/shared.asus/bcmcrypto/
H A Dbn.h368 #define BN_mod(rem,m,d,ctx) BN_div(NULL,(rem),(m),(d),(ctx)) macro
/asus-wl-520gu-7.0.1.45/src/router/shared.asus/openssl/
H A Dbn.h346 #define BN_mod(rem,m,d,ctx) BN_div(NULL,(rem),(m),(d),(ctx)) macro

Completed in 103 milliseconds