8 calls to _openid_get_math_library()

openid_begin in drupal/modules/openid/openid.module
The initial step of OpenID authentication responsible for the following:
_openid_math_add in drupal/modules/openid/openid.inc
Calls the add function from the available math library for OpenID.
_openid_math_cmp in drupal/modules/openid/openid.inc
Calls the cmp function from the available math library for OpenID.
_openid_math_div in drupal/modules/openid/openid.inc
Calls the div function from the available math library for OpenID.
_openid_math_mod in drupal/modules/openid/openid.inc
Calls the mod function from the available math library for OpenID.
_openid_math_mul in drupal/modules/openid/openid.inc
Calls the mul function from the available math library for OpenID.
_openid_math_pow in drupal/modules/openid/openid.inc
Calls the pow function from the available math library for OpenID.
_openid_math_powmod in drupal/modules/openid/openid.inc
Calls the mul function from the available math library for OpenID.