Lines Matching full:implementation

133  *   - The **i32** implementation internally represents big integers
137 * - The **i31** implementation uses 32-bit integers, each containing
138 * 31 bits worth of integer data. The i31 implementation is somewhat
139 * faster than the i32 implementation (the reduced integer size makes
143 * - The **i62** implementation is similar to the i31 implementation,
145 * opcode. This implementation is available only on architectures
148 * - The **i15** implementation uses 16-bit integers, each containing
535 * length, and 1 is returned. The implementation is responsible for
884 * \brief Get the RSA "i62" implementation (public key operations),
887 * \return the implementation, or 0.
892 * \brief Get the RSA "i62" implementation (PKCS#1 v1.5 signature verification),
895 * \return the implementation, or 0.
900 * \brief Get the RSA "i62" implementation (PSS signature verification),
903 * \return the implementation, or 0.
908 * \brief Get the RSA "i62" implementation (private key operations),
911 * \return the implementation, or 0.
916 * \brief Get the RSA "i62" implementation (PKCS#1 v1.5 signature generation),
919 * \return the implementation, or 0.
924 * \brief Get the RSA "i62" implementation (PSS signature generation),
927 * \return the implementation, or 0.
932 * \brief Get the RSA "i62" implementation (OAEP encryption),
935 * \return the implementation, or 0.
940 * \brief Get the RSA "i62" implementation (OAEP decryption),
943 * \return the implementation, or 0.
1049 * \brief Get "default" RSA implementation (public-key operations).
1051 * This returns the preferred implementation of RSA (public-key operations)
1054 * \return the default implementation.
1059 * \brief Get "default" RSA implementation (private-key operations).
1061 * This returns the preferred implementation of RSA (private-key operations)
1064 * \return the default implementation.
1069 * \brief Get "default" RSA implementation (PKCS#1 v1.5 signature verification).
1071 * This returns the preferred implementation of RSA (signature verification)
1074 * \return the default implementation.
1079 * \brief Get "default" RSA implementation (PSS signature verification).
1081 * This returns the preferred implementation of RSA (signature verification)
1084 * \return the default implementation.
1089 * \brief Get "default" RSA implementation (PKCS#1 v1.5 signature generation).
1091 * This returns the preferred implementation of RSA (signature generation)
1094 * \return the default implementation.
1099 * \brief Get "default" RSA implementation (PSS signature generation).
1101 * This returns the preferred implementation of RSA (signature generation)
1104 * \return the default implementation.
1109 * \brief Get "default" RSA implementation (OAEP encryption).
1111 * This returns the preferred implementation of RSA (OAEP encryption)
1114 * \return the default implementation.
1119 * \brief Get "default" RSA implementation (OAEP decryption).
1121 * This returns the preferred implementation of RSA (OAEP decryption)
1124 * \return the default implementation.
1353 * \brief Type for RSA key pair generator implementation.
1376 * range starts at 512 bits, and up to an implementation-defined
1461 * \brief Get the RSA "i62" implementation (key pair generation),
1464 * \return the implementation, or 0.
1469 * \brief Get "default" RSA implementation (key pair generation).
1471 * This returns the preferred implementation of RSA (key pair generation)
1474 * \return the default implementation.
1517 * \brief Get "default" RSA implementation (recompute modulus).
1519 * This returns the preferred implementation of RSA (recompute modulus)
1522 * \return the default implementation.
1568 * \brief Get "default" RSA implementation (recompute public exponent).
1570 * This returns the preferred implementation of RSA (recompute public
1573 * \return the default implementation.
1642 * \brief Get "default" RSA implementation (recompute private exponent).
1644 * This returns the preferred implementation of RSA (recompute private
1647 * \return the default implementation.