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>29 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.
38 by precomputing its inverse and a value R.
34 X509_ALGOR_get0() is the inverse of X509_ALGOR_set0(): it returns the
49 There is currently no corresponding inverse BIO: i.e. one which can decode
38 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
192 BN_R_NO_INVERSE:108:no inverse1264 RSA_R_IQMP_NOT_INVERSE_OF_Q:126:iqmp not inverse of q1271 RSA_R_MP_COEFFICIENT_NOT_INVERSE_OF_R:168:mp coefficient not inverse of r
266 AES Key Wrap inverse ciphers supported by EVP layer.268 The inverse ciphers use AES decryption for wrapping, and AES encryption for
2416 * Add support for AES Key Wrap inverse ciphers to the EVP layer.
Completed in 65 milliseconds