Searched refs:exponent (Results 1 – 5 of 5) sorted by relevance
| /bsp/ck802/libraries/common/rsa/ |
| A D | ck_rsa.c | 186 static uint32_t rsa_exptmod_1024(const uint32_t *modulus, const uint32_t *exponent, in rsa_exptmod_1024() argument 195 if ((NULL == exponent) || (NULL == base) || (NULL == out)) { in rsa_exptmod_1024() 216 rsa_setd_width(get_valid_bits(exponent, RSA_KEY_WORD) - 1); in rsa_exptmod_1024() 217 rsa_loadd((uint32_t *)exponent, RSA_KEY_WORD); in rsa_exptmod_1024() 258 if ((NULL == modulus) || (NULL == exponent) || (NULL == base) || (NULL == out)) { in rsa_exptmod_1024() 281 rsa_setd_width(get_valid_bits(exponent, RSA_KEY_WORD) - 1); in rsa_exptmod_1024() 282 rsa_loadd((uint32_t *)exponent, RSA_KEY_WORD); in rsa_exptmod_1024()
|
| /bsp/n32/libraries/N32WB452_Firmware_Library/n32wb452_ble_driver/inc/ |
| A D | prf_types.h | 104 uint8_t exponent; member
|
| /bsp/xuantie/libraries/xuantie_libraries/chip_riscv_dummy/src/drivers/ |
| A D | rsa.c | 610 static uint32_t rsa_exptmod(csi_rsa_t *rsa, const uint32_t *modulus, const uint32_t *exponent, in rsa_exptmod() argument 620 if ((NULL == exponent) || (NULL == base) || (NULL == out)) { in rsa_exptmod() 738 static uint32_t rsa_exptmod_asy(csi_rsa_t *rsa, const uint32_t *modulus, const uint32_t *exponent, in rsa_exptmod_asy() argument 748 if ((NULL == exponent) || (NULL == base) || (NULL == out)) { in rsa_exptmod_asy() 800 static uint32_t rsa_exptmod_asy1(csi_rsa_t *rsa, const uint32_t *modulus, const uint32_t *exponent, in rsa_exptmod_asy1() argument 809 if ((NULL == exponent) || (NULL == base) || (NULL == out)) { in rsa_exptmod_asy1()
|
| /bsp/n32/libraries/N32WB452_Firmware_Library/n32wb452_ble_driver/profile/ |
| A D | prf_utils.c | 59 *(packed_val + 1) = char_pres_fmt->exponent; in prf_pack_char_pres_fmt() 71 char_pres_fmt->exponent = *(packed_val + 1); in prf_unpack_char_pres_fmt()
|
| /bsp/simulator/SDL2/include/ |
| A D | SDL_opengl_glext.h | 5633 typedef GLbitfield (APIENTRYP PFNGLQUERYMATRIXXOESPROC) (GLfixed *mantissa, GLint *exponent); 5635 GLAPI GLbitfield APIENTRY glQueryMatrixxOES (GLfixed *mantissa, GLint *exponent);
|
Completed in 69 milliseconds