Lines Matching refs:inParams
888 * inParams argument to this method. If not, begin() must return ErrorCode::INVALID_KEY_BLOB.
958 * All RSA key operations must specify exactly one padding mode in inParams. If unspecified or
963 * digest in inParams. If unspecified or specified more than once, begin() must return
1008 * EC private key operations must specify exactly one digest in inParams. If unspecified or
1017 * (Tag::PADDING) in inParams. If either value is unspecified or specified more than once,
1023 * If the block mode is BlockMode::GCM, inParams must specify Tag::MAC_LENGTH, and the specified
1039 * Tag::NONCE in inParams. If a nonce is provided when Tag::CALLER_NONCE is not authorized,
1045 * HMAC key operations must specify Tag::MAC_LENGTH in inParams. The specified value must be a
1060 * @param inParams Additional parameters for the operation. If Tag::APPLICATION_ID or
1063 * a nonce or IV, on keys that were generated with Tag::CALLER_NONCE, inParams may
1077 begin(KeyPurpose purpose, vec<uint8_t> keyBlob, vec<KeyParameter> inParams,
1152 * tag in the inParams argument. The associated data may be provided in repeated calls
1167 * @param inParams Additional parameters for the operation. For AEAD modes, this is used to
1194 update(OperationHandle operationHandle, vec<KeyParameter> inParams, vec<uint8_t> input,
1285 * @param inParams Additional parameters for the operation. For AEAD modes, this is used to
1305 finish(OperationHandle operationHandle, vec<KeyParameter> inParams, vec<uint8_t> input,