Searched refs:BN_mod (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/u-boot/lib/rsa/ |
| H A D | rsa-sign.c | 671 !BN_mod(r_squared, tmp, n, bn_ctx)) in rsa_get_params() 676 !BN_mod(c_factor, tmp, n, bn_ctx)) in rsa_get_params() 831 BN_mod(tmp, num, big2_32, ctx); /* n = N mod B */ in fdt_add_bignum()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/openssl/ |
| H A D | bn.h | 527 #define BN_mod(rem, numerator, divisor, ctx) \ macro
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/host_include/openssl/ |
| H A D | bn.h | 517 #define BN_mod(rem, numerator, divisor, ctx) \ macro
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/include/openssl/ |
| H A D | bn.h | 517 #define BN_mod(rem, numerator, divisor, ctx) \ macro
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/openssl/ |
| H A D | bn.h | 527 #define BN_mod(rem, numerator, divisor, ctx) \ macro
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/openssl/ |
| H A D | bn.h | 527 #define BN_mod(rem, numerator, divisor, ctx) \ macro
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/openssl/ |
| H A D | bn.h | 527 #define BN_mod(rem, numerator, divisor, ctx) \ macro
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/host/openssl/include/openssl/ |
| H A D | bn.h | 465 # define BN_mod(rem,m,d,ctx) BN_div(NULL,(rem),(m),(d),(ctx)) macro
|