Home
last modified time | relevance | path

Searched defs:addmul (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/mit/isl/dist/imath/
H A Dgmp_compat.c154 void GMPZAPI(addmul)(mp_int rop, mp_int op1, mp_int op2) { in GMPZAPI() argument
/netbsd-src/sys/external/isc/libsodium/dist/src/libsodium/crypto_aead/aes256gcm/aesni/
H A Daead_aes256gcm_aesni.c201 addmul(unsigned char *c, const unsigned char *a, unsigned int xlen, const unsigned char *b) in addmul() function