Lines Matching full:set

36  * set it to the maximum between PSA_EXPORT_KEY_PAIR_OR_PUBLIC_MAX_SIZE and
51 * An operation on a key may indifferently use the algorithm set with
56 * for, in addition to the algorithm set with
136 * \param slot_number The slot number to set.
161 * lifetime field in \p attributes, in the slot set with
463 * \param[out] output_length On success, set this value to \p output_size.
468 * set to \p output_size.
498 * with any other set of implementation-chosen key identifiers.
601 * set and that psa_crypto_init has already been called.
604 * set) for now this function only checks the state of the driver
643 * To select these parameters and set up the cipher suite, call these functions
653 * For more information on how to set a specific curve or field, refer to the
672 * \c q is order of the group defined by the primitive set in the cipher suite.
695 * // Set g3
697 * // Set the ZKP public key for x3
699 * // Set the ZKP proof for x3
701 * // Set g4
703 * // Set the ZKP public key for x4
705 * // Set the ZKP proof for x4
720 * // Set B
722 * // Set ZKP public key for x4*s
724 * // Set ZKP proof for x4*s
1181 * previously set in \p cipher_suite.
1204 * This function overwrites any primitive previously set in \p cipher_suite.
1238 * the hash algorithm is not set.
1246 * previously set in \p cipher_suite.
1266 * - Set the structure to all-bits-zero, for example:
1310 * Password hasn't been set yet.
1326 * Password hasn't been set yet.
1340 * User id hasn't been set yet.
1354 * Peer id hasn't been set yet.
1370 * User id hasn't been set yet.
1388 * Peer id hasn't been set yet.
1404 * Cipher_suite hasn't been set yet.
1410 /** Set the session information for a password-authenticated key exchange.
1412 * The sequence of operations to set up a password-authenticated key exchange
1453 * \param[in,out] operation The operation object to set up. It must have
1454 * been initialized but not set up yet.
1483 /** Set the password for a password-authenticated key exchange from key ID.
1488 * \param[in,out] operation The operation object to set the password for. It
1489 * must have been set up by psa_pake_setup() and
1493 * been set yet (psa_pake_set_password_key()
1523 * The operation state is not valid (it must have been set up.), or
1531 /** Set the user ID for a password-authenticated key exchange.
1533 * Call this function to set the user ID. For PAKE algorithms that associate a
1542 * \param[in,out] operation The operation object to set the user ID for. It
1543 * must have been set up by psa_pake_setup() and
1547 * been set (psa_pake_set_user() hasn't been
1572 /** Set the peer ID for a password-authenticated key exchange.
1583 * \param[in,out] operation The operation object to set the peer ID for. It
1584 * must have been set up by psa_pake_setup() and
1588 * been set (psa_pake_set_peer() hasn't been
1614 /** Set the application role for a password-authenticated key exchange.
1626 * application's role for. It must have been set up
1634 * that is being set up. For more information see
1703 * The operation state is not valid (it must be active, and fully set
1758 * The operation state is not valid (it must be active, and fully set