Searched refs:inverse (Results 1 – 11 of 11) sorted by relevance
20 static IDEA_INT inverse(unsigned int xin);69 *(tp++) = inverse(fp[0]); in IDEA_set_decrypt_key()72 *(tp++) = inverse(fp[3]); in IDEA_set_decrypt_key()91 static IDEA_INT inverse(unsigned int xin) in inverse() function
5 BN_mod_inverse - compute inverse modulo n16 BN_mod_inverse() computes the inverse of B<a> modulo B<n>25 BN_mod_inverse() returns the B<BIGNUM> containing the inverse, and
54 If B<r> is not NULL a copy the inverse blinding factor B<Ai> will be57 inverse blinding factor B<Ai>. If B<r> is not NULL it will be used as58 the inverse blinding.
30 X509_ALGOR_get0() is the inverse of X509_ALGOR_set0(): it returns the
38 by precomputing its inverse and a value R.
49 There is currently no corresponding inverse BIO: i.e. one which can decode
36 EC_POINT_invert calculates the inverse of the supplied point B<a>. The result is placed back in B<a…
35 &stack_pop(num) inverse of stack_push
183 BN_R_NO_INVERSE:108:no inverse1172 RSA_R_IQMP_NOT_INVERSE_OF_Q:126:iqmp not inverse of q1179 RSA_R_MP_COEFFICIENT_NOT_INVERSE_OF_R:168:mp coefficient not inverse of r
213 AES Key Wrap inverse ciphers supported by EVP layer.215 The inverse ciphers use AES decryption for wrapping, and AES encryption for
495 * Add support for AES Key Wrap inverse ciphers to the EVP layer.
Completed in 31 milliseconds